diff mbox

[KVM-AUTOTEST] KVM test: kvm_monitor.py: fix cmd_qmp()'s docstring

Message ID 1287588873-26254-2-git-send-email-mgoldish@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Goldish Oct. 20, 2010, 3:34 p.m. UTC
None
diff mbox

Patch

diff --git a/client/tests/kvm/kvm_monitor.py b/client/tests/kvm/kvm_monitor.py
index 5ad80d8..7047850 100644
--- a/client/tests/kvm/kvm_monitor.py
+++ b/client/tests/kvm/kvm_monitor.py
@@ -591,7 +591,9 @@  class QMPMonitor(Monitor):
         Unlike cmd(), return the raw response dict without performing any
         checks on it.
 
-        @param obj: The object to send
+        @param cmd: Command to send
+        @param args: A dict containing command arguments, or None
+        @param id:  An id for the command, or None
         @param timeout: Time duration to wait for response
         @return: The response received
         @raise MonitorLockError: Raised if the lock cannot be acquired