This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit c48b456af7dc243a6ccf00d53408f0494e961f79
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Sep 25 11:57:50 2022 +0200

    Fix docstring.
---
 libcloud/compute/drivers/azure_arm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/compute/drivers/azure_arm.py 
b/libcloud/compute/drivers/azure_arm.py
index 23ca64498..971c2152b 100644
--- a/libcloud/compute/drivers/azure_arm.py
+++ b/libcloud/compute/drivers/azure_arm.py
@@ -2046,7 +2046,7 @@ class AzureNodeDriver(NodeDriver):
         Set the additional capabilities on a stopped node.
 
         :param node: The node to be updated
-        :type node: ``str``
+        :type node: :class:`.Node`
 
         :param ex_additional_capabilities: Optional additional capabilities
             allowing Ultra SSD and hibernation on this node.

Reply via email to