From: Matthias Bolte Date: Mon, 31 Oct 2011 16:11:33 +0000 (+0100) Subject: python: Fix documentation of virStream recv X-Git-Tag: v0.9.7~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3505ba895aa81daec77113faec21aab5be990f7;p=thirdparty%2Flibvirt.git python: Fix documentation of virStream recv This was fixed in be757a3f7baf93b for libvirt.c. --- diff --git a/python/libvirt-override-virStream.py b/python/libvirt-override-virStream.py index 92e6fb1349..ff53a16c8e 100644 --- a/python/libvirt-override-virStream.py +++ b/python/libvirt-override-virStream.py @@ -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.