From 8d3797f12f9f7ddfd44d56c949ab2fc6601ed560 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Mon, 31 Oct 2011 17:11:33 +0100 Subject: python: Fix documentation of virStream recv This was fixed in be757a3f7baf93b for libvirt.c. --- libvirt-override-virStream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-override-virStream.py b/libvirt-override-virStream.py index 92e6fb1..ff53a16 100644 --- a/libvirt-override-virStream.py +++ b/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. -- cgit