Pārlūkot izejas kodu

Fix a typo in comment.

baizhang 8 gadi atpakaļ
vecāks
revīzija
2fffa7ec4b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cloudbridge/cloud/providers/gce/provider.py

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

@@ -168,7 +168,7 @@ class GCPResources(object):
         short name, then we build the GCPResourceUrl object by constructing
         short name, then we build the GCPResourceUrl object by constructing
         the resource URL with default project, region, zone values.
         the resource URL with default project, region, zone values.
         """
         """
-        # If identifier is a valid GCP resource URL, the parse it.
+        # If identifier is a valid GCP resource URL, then parse it.
         if identifier.startswith(self._root_url):
         if identifier.startswith(self._root_url):
             return self.parse_url(identifier)
             return self.parse_url(identifier)
         # Otherwise, construct resource URL with default values.
         # Otherwise, construct resource URL with default values.