qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC qemu.qmp PATCH 21/24] Fix doc cross-reference regressions


From: John Snow
Subject: [RFC qemu.qmp PATCH 21/24] Fix doc cross-reference regressions
Date: Wed, 15 Dec 2021 16:06:31 -0500

Before enabling docs building as a CI step, lingering cross-reference
failures need to be addressed.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 qemu/qmp/legacy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu/qmp/legacy.py b/qemu/qmp/legacy.py
index 6c250cd..8e976f9 100644
--- a/qemu/qmp/legacy.py
+++ b/qemu/qmp/legacy.py
@@ -71,7 +71,7 @@ class QEMUMonitorProtocol:
     :param nickname: Optional nickname used for logging.
 
     ..note::
-        No connection is established during `__init__`, this is done by
+        No connection is established during ``__init__``, this is done by
         the `connect()` or `accept()` methods.
     """
 
@@ -287,7 +287,7 @@ class QEMUMonitorProtocol:
         Set the timeout for QMP RPC execution.
 
         This timeout affects the `cmd`, `cmd_obj`, and `command` methods.
-        The `accept`, `pull_event` and `get_event` methods have their
+        The `accept`, `pull_event` and `get_events` methods have their
         own configurable timeouts.
 
         :param timeout:
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]