python: Fix documentation of virStream recv

This was fixed in be757a3f7b for libvirt.c.
This commit is contained in:
Matthias Bolte 2011-10-31 17:11:33 +01:00
parent 457d46ca8c
commit d3505ba895

View 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.