summaryrefslogtreecommitdiffstats
path: root/python/qemu/qmp/qom_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qemu/qmp/qom_common.py')
-rw-r--r--python/qemu/qmp/qom_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/qmp/qom_common.py b/python/qemu/qmp/qom_common.py
index f82b16772d..a59ae1a2a1 100644
--- a/python/qemu/qmp/qom_common.py
+++ b/python/qemu/qmp/qom_common.py
@@ -156,7 +156,7 @@ class QOMCommand:
"""
Run a fully-parsed subcommand, with error-handling for the CLI.
- :return: The return code from `.run()`.
+ :return: The return code from `run()`.
"""
try:
cmd = cls(args)