Skip to content

Commit

Permalink
Fix inconsistent display_name update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafilong committed May 30, 2020
1 parent 9f4068c commit 49b5a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instance-api.rst
Expand Up @@ -103,7 +103,7 @@ with :meth:`update() <google.cloud.bigtable.instance.Instance.update>`:

.. code:: python
client.display_name = 'New display_name'
instance.display_name = 'New display_name'
instance.update()
Delete an existing Instance
Expand Down

0 comments on commit 49b5a72

Please sign in to comment.