Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

Commit 1ac60be

Browse files
authored
docs(bigtable): fix incorrect display_name update (#46)
make consistent with the rest of the docs
1 parent 91405d7 commit 1ac60be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)