Bläddra i källkod

Fixed flake8 error

Nuwan Goonasekera 7 år sedan
förälder
incheckning
220a63a50f
1 ändrade filer med 3 tillägg och 3 borttagningar
  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`