Преглед изворни кода

Fix a couple more docstring problems.

Enis Afgan пре 10 година
родитељ
комит
6268653000
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      cloudbridge/cloud/interfaces/services.py

+ 2 - 2
cloudbridge/cloud/interfaces/services.py

@@ -490,7 +490,7 @@ class NetworkService(PageableObjectMixin, CloudService):
         :param network_id: The ID of the network to retrieve.
 
         :rtype: ``object`` of :class:`.Network`
-        return: a Network object
+        :return: a Network object
         """
         pass
 
@@ -965,7 +965,7 @@ class SecurityGroupService(PageableObjectMixin, CloudService):
 
         :rtype: list of :class:`SecurityGroup`
         :return: A list of SecurityGroup objects or an empty list if none
-        found.
+                 found.
         """
         pass