]> xenbits.xensource.com Git - libvirt.git/commitdiff
python: Fix documentation of virStream recv
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 31 Oct 2011 16:11:33 +0000 (17:11 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 31 Oct 2011 17:07:05 +0000 (18:07 +0100)
This was fixed in be757a3f7baf93b for libvirt.c.

python/libvirt-override-virStream.py

index 92e6fb1349718709758da0fd0ee4736af61e457f..ff53a16c8ea3f27221f4437a2fbc836b69cda210 100644 (file)
@@ -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.