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 aeea7c8a3af30e63d964ce14a7cac1b0c893cf2f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Oct 28 18:15:39 2023 +0200

    Update azure_arm.py
---
 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 3cfbaa6fd..e69cdb35d 100644
--- a/libcloud/compute/drivers/azure_arm.py
+++ b/libcloud/compute/drivers/azure_arm.py
@@ -2165,7 +2165,7 @@ class AzureNodeDriver(NodeDriver):
         """
         Resize the node to a different machine size.
 
-        :param node: Node to rebuild
+        :param node: Node to resize
         :type node: :class:`Node`
 
         :param size: New size for this machine

Reply via email to