From d3505ba895aa81daec77113faec21aab5be990f7 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Mon, 31 Oct 2011 17:11:33 +0100 Subject: [PATCH] python: Fix documentation of virStream recv This was fixed in be757a3f7baf93b for libvirt.c. --- python/libvirt-override-virStream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.