Parcourir la source

Merge branch 'master' into gce

Nuwan Goonasekera il y a 8 ans
Parent
commit
0b4387fb5b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      cloudbridge/cloud/interfaces/services.py

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

@@ -164,8 +164,8 @@ class InstanceService(PageableObjectMixin, CloudService):
         """
         Searches for an instance by a given list of attributes.
 
-        :rtype: ``object`` of :class:`.Instance`
-        :return: an Instance object
+        :rtype: List of ``object`` of :class:`.Instance`
+        :return: A list of Instance objects matching the supplied attributes.
         """
         pass