mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
python: Fix documentation of virStream recv
This was fixed in be757a3f7b for libvirt.c.
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
"nonblocking stream")
|
"nonblocking stream")
|
||||||
|
|
||||||
def recv(self, nbytes):
|
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
|
block the calling application for an arbitrary amount
|
||||||
of time.
|
of time.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user