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

Signed-off-by: John Snow <js...@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