mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-16 23:33:52 +03: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")
|
||||
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user