diff options
Diffstat (limited to 'python/qemu/utils/README.rst')
-rw-r--r-- | python/qemu/utils/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/utils/README.rst b/python/qemu/utils/README.rst index d5f2da1..5027f0b 100644 --- a/python/qemu/utils/README.rst +++ b/python/qemu/utils/README.rst @@ -2,6 +2,6 @@ qemu.utils package ================== This package provides miscellaneous utilities used for testing and -debugging QEMU. It is used primarily by the vm and avocado tests. +debugging QEMU. It is used primarily by the vm and functional tests. See the documentation in ``__init__.py`` for more information. |