diff options
Diffstat (limited to 'resources/libraries/python/VhostUser.py')
-rw-r--r-- | resources/libraries/python/VhostUser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/VhostUser.py b/resources/libraries/python/VhostUser.py index e868938cd1..b36edbf95a 100644 --- a/resources/libraries/python/VhostUser.py +++ b/resources/libraries/python/VhostUser.py @@ -203,7 +203,7 @@ class VirtioFeatureMask: @staticmethod def is_feature_enabled(virtio_feature_mask, virtio_feature_flag): """Checks if concrete virtio feature is enabled within - virtio_feature_mask + virtio_feature_mask :param virtio_feature_mask: Mask of enabled virtio features :param virtio_feature_flag: Checked virtio feature :type virtio_feature_mask: int |