mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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>
This commit is contained in:
parent
57a6b4478c
commit
dc6877bd2e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue