Просмотр исходного кода

Merge branch 'master' into gce

Nuwan Goonasekera 8 лет назад
Родитель
Сommit
0b4387fb5b
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