1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-01 00:21:59 +03:00

Fix stream related spelling mistakes

Consistent spelling of all-uppercase I/O.

Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
Philipp Hahn
2014-02-13 09:46:19 +01:00
committed by Martin Kletzander
parent 44be62beee
commit bde9d463f3

View File

@ -28,7 +28,7 @@
def recvAll(self, handler, opaque):
"""Receive the entire data stream, sending the data to the
requested data sink. This is simply a convenient alternative
to virStreamRecv, for apps that do blocking-I/o.
to virStreamRecv, for apps that do blocking-I/O.
A hypothetical handler function looks like:
@ -62,7 +62,7 @@
"""
Send the entire data stream, reading the data from the
requested data source. This is simply a convenient alternative
to virStreamSend, for apps that do blocking-I/o.
to virStreamSend, for apps that do blocking-I/O.
A hypothetical handler function looks like: