Nuwan Goonasekera 7 лет назад
Родитель
Сommit
220a63a50f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      cloudbridge/cloud/factory.py

+ 3 - 3
cloudbridge/cloud/factory.py

@@ -125,9 +125,9 @@ class CloudProviderFactory(object):
         ``azure``.
 
         :type config: :class:`dict`
-        :param config: A dictionary or an iterable of key/value pairs (as tuples
-                       or other iterables of length two). See specific provider
-                       implementation for the required fields.
+        :param config: A dictionary or an iterable of key/value pairs (as
+                       tuples or other iterables of length two). See specific
+                       provider implementation for the required fields.
 
         :return:  a concrete provider instance
         :rtype: ``object`` of :class:`.CloudProvider`