mirror of https://gitee.com/openkylin/libvirt.git
python: Fix documentation of virStream recv
This was fixed in be757a3f7b
for libvirt.c.
This commit is contained in:
parent
457d46ca8c
commit
d3505ba895
|
@ -90,7 +90,7 @@
|
|||
"nonblocking stream")
|
||||
|
||||
def recv(self, nbytes):
|
||||
"""Write a series of bytes to the stream. This method may
|
||||
"""Reads a series of bytes from the stream. This method may
|
||||
block the calling application for an arbitrary amount
|
||||
of time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue