You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/12 23:17:31 UTC

[2/5] libcloud git commit: Fix typo

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6580f719
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6580f719
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6580f719

Branch: refs/heads/trunk
Commit: 6580f7190d33647ced2f8ffc8f7cc5534f13e599
Parents: 58d8bff
Author: Joseph Hall <pe...@gmail.com>
Authored: Tue Apr 11 10:03:51 2017 -0600
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Apr 13 09:16:02 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6580f719/libcloud/compute/drivers/azure_arm.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/azure_arm.py b/libcloud/compute/drivers/azure_arm.py
index 7e733b7..28ed59e 100644
--- a/libcloud/compute/drivers/azure_arm.py
+++ b/libcloud/compute/drivers/azure_arm.py
@@ -842,7 +842,7 @@ class AzureNodeDriver(NodeDriver):
         List resource groups.
 
         :return: A list of resource groups.
-        :rtype: ``list`` of :class:`.Azureresource_group`
+        :rtype: ``list`` of :class:`.AzureResourceGroup`
         """
 
         action = "/subscriptions/%s/resourceGroups/" % (self.subscription_id)