Преглед изворни кода

Minor linting and doc fixes

Nuwan Goonasekera пре 7 година
родитељ
комит
85cf3ce070
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      README.rst
  2. 1 1
      cloudbridge/cloud/providers/gce/services.py

+ 2 - 2
README.rst

@@ -51,7 +51,7 @@ Build Status Tests
 +--------------------------+--------------+--------------+
 | **Azure**                | |azure-py27| | |azure-py36| |
 +--------------------------+--------------+--------------+
-| **GCE (alpha)**          | |gce-py27|   | |gce-py36|   |
+| **GCE**                  | |gce-py27|   | |gce-py36|   |
 +--------------------------+--------------+--------------+
 
 Installation
@@ -81,7 +81,7 @@ exploring the API:
   print(provider.security.key_pairs.list())
 
 The exact same command (as well as any other CloudBridge method) will run with
-any of the supported providers: ``ProviderList.[AWS | AZURE | OPENSTACK]``!
+any of the supported providers: ``ProviderList.[AWS | AZURE | GCE | OPENSTACK]``!
 
 
 Citation

+ 1 - 1
cloudbridge/cloud/providers/gce/services.py

@@ -874,7 +874,7 @@ class GCESubnetService(BaseSubnetService):
         Given a GCE zone, return parent region.
 
         Supplied `zone` param can be a `str` or `GCEPlacementZone`.
-        
+
         If ``return_name_only`` is set, return the region name as a string;
         otherwise, return a GCERegion object.
         """