From b758131f3cca4047c31d74fe772168b59a56baf1 Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Wed, 6 Oct 2021 10:02:04 +0200 Subject: docstring: Docstring warnings fixed. Change-Id: I8679c819b7c6ecd9e680bdc6edeafd2124def0b5 Signed-off-by: Viliam Luc --- resources/libraries/python/VhostUser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/VhostUser.py') 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 -- cgit 1.2.3-korg