Skip to content

Commit 359f1bf

Browse files
authored
Merge pull request #2579 from tswast/str-not-string
Replace types string with str.
2 parents 09721a3 + 329170b commit 359f1bf

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-bigtable/google/cloud/bigtable

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/google/cloud/bigtable/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def instance(self, instance_id, location=_EXISTING_INSTANCE_LOCATION_ID,
317317
:type instance_id: str
318318
:param instance_id: The ID of the instance.
319319
320-
:type location: string
320+
:type location: str
321321
:param location: location name, in form
322322
``projects/<project>/locations/<location>``; used to
323323
set up the instance's cluster.

0 commit comments

Comments
 (0)