python: correct a copy-paste error

* python/libvirt-override-virStream.py: fix a copy-paste error in sendAll().

Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
Alex Jia 2012-02-01 15:00:12 +08:00 committed by Michal Privoznik
parent 7b0a740542
commit a89bb7d75a

View File

@ -86,7 +86,7 @@
ret = self.send(got)
if ret == -2:
raise libvirtError("cannot use recvAll with "
raise libvirtError("cannot use sendAll with "
"nonblocking stream")
def recv(self, nbytes):