diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2011-10-31 17:11:33 +0100 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2011-10-31 18:07:05 +0100 |
commit | 8d3797f12f9f7ddfd44d56c949ab2fc6601ed560 (patch) | |
tree | 92321af5fc890de2e1ed64f7e646d62979074e5b /libvirt-override-virStream.py | |
parent | 7ad073e29d8fa4d4758c78e3437492b855f034c6 (diff) | |
download | libvirt-python-v6-8d3797f12f9f7ddfd44d56c949ab2fc6601ed560.tar.gz libvirt-python-v6-8d3797f12f9f7ddfd44d56c949ab2fc6601ed560.tar.xz libvirt-python-v6-8d3797f12f9f7ddfd44d56c949ab2fc6601ed560.zip |
python: Fix documentation of virStream recvv0.9.7
This was fixed in be757a3f7baf93b for libvirt.c.
Diffstat (limited to 'libvirt-override-virStream.py')
-rw-r--r-- | libvirt-override-virStream.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |