Преглед на файлове

Update the Instance.find interface to match implementations

Fixes #48.
Enis Afgan преди 9 години
родител
ревизия
2f75d3036d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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