From: John Snow Date: Mon, 10 Jan 2022 23:28:44 +0000 (-0500) Subject: python/aqmp: fix docstring typo X-Git-Tag: v7.0.0-rc0~77^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc6877bd2ea04a38700adcea2359d5d20c1082a6;p=thirdparty%2Fqemu.git python/aqmp: fix docstring typo Reported-by: Vladimir Sementsov-Ogievskiy Signed-off-by: John Snow Reviewed-by: Beraldo Leal --- diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py index 880d5b6fa7f..173556404d4 100644 --- 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 QEMU Guest Agent, and the QEMU Storage Daemon. `QMPClient` provides the main functionality of this package. All errors -raised by this library dervive from `AQMPError`, see `aqmp.error` for +raised by this library derive from `AQMPError`, see `aqmp.error` for additional detail. See `aqmp.events` for an in-depth tutorial on managing QMP events. """