Skip to content

Commit 49b5a72

Browse files
committed
Fix inconsistent display_name update
1 parent 9f4068c commit 49b5a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)