• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiondc6877bd2ea04a38700adcea2359d5d20c1082a6 (tree)
Time2022-01-22 06:01:31
AuthorJohn Snow <jsnow@redh...>
CommiterJohn Snow

Log Message

python/aqmp: fix docstring typo

Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>

Change Summary

Incremental Difference

--- a/python/qemu/aqmp/__init__.py
+++ b/python/qemu/aqmp/__init__.py
@@ -6,7 +6,7 @@ asynchronously with QMP protocol servers, as implemented by QEMU, the
66 QEMU Guest Agent, and the QEMU Storage Daemon.
77
88 `QMPClient` provides the main functionality of this package. All errors
9-raised by this library dervive from `AQMPError`, see `aqmp.error` for
9+raised by this library derive from `AQMPError`, see `aqmp.error` for
1010 additional detail. See `aqmp.events` for an in-depth tutorial on
1111 managing QMP events.
1212 """