Skip to content

Commit 9d275ba

Browse files
authored
docs(bigtable): fix incorrect display_name update (#46)
make consistent with the rest of the docs
1 parent 645f57c commit 9d275ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/docs/instance-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ with :meth:`update() <google.cloud.bigtable.instance.Instance.update>`:
103103

104104
.. code:: python
105105
106-
client.display_name = 'New display_name'
106+
instance.display_name = 'New display_name'
107107
instance.update()
108108
109109
Delete an existing Instance

0 commit comments

Comments
 (0)