Revision | dc6877bd2ea04a38700adcea2359d5d20c1082a6 (tree) |
---|---|
Time | 2022-01-22 06:01:31 |
Author | John Snow <jsnow@redh...> |
Commiter | John Snow |
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>
@@ -6,7 +6,7 @@ asynchronously with QMP protocol servers, as implemented by QEMU, the | ||
6 | 6 | QEMU Guest Agent, and the QEMU Storage Daemon. |
7 | 7 | |
8 | 8 | `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 | |
10 | 10 | additional detail. See `aqmp.events` for an in-depth tutorial on |
11 | 11 | managing QMP events. |
12 | 12 | """ |