diff options
Diffstat (limited to 'python/qemu/utils/accel.py')
-rw-r--r-- | python/qemu/utils/accel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/utils/accel.py b/python/qemu/utils/accel.py index 297933d..386ff64 100644 --- a/python/qemu/utils/accel.py +++ b/python/qemu/utils/accel.py @@ -36,7 +36,7 @@ def list_accel(qemu_bin: str) -> List[str]: List accelerators enabled in the QEMU binary. @param qemu_bin (str): path to the QEMU binary. - @raise Exception: if failed to run `qemu -accel help` + @raise Exception: if failed to run ``qemu -accel help`` @return a list of accelerator names. """ if not qemu_bin: |