aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/qmp/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/qemu/qmp/README.rst')
-rw-r--r--python/qemu/qmp/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/qmp/README.rst b/python/qemu/qmp/README.rst
index c21951491c..5bfb82535f 100644
--- a/python/qemu/qmp/README.rst
+++ b/python/qemu/qmp/README.rst
@@ -3,7 +3,7 @@ qemu.qmp package
This package provides a library used for connecting to and communicating
with QMP servers. It is used extensively by iotests, vm tests,
-acceptance tests, and other utilities in the ./scripts directory. It is
+avocado tests, and other utilities in the ./scripts directory. It is
not a fully-fledged SDK and is subject to change at any time.
See the documentation in ``__init__.py`` for more information.