Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(bigtable): fix incorrect display_name update (#46)
make consistent with the rest of the docs
  • Loading branch information
rafilong committed Jun 8, 2020
1 parent 91405d7 commit 1ac60be
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 1ac60be

Please sign in to comment.