Skip to content

Commit

Permalink
docs(spanner): fix Instance.update() docstrings (#10106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya committed Jan 14, 2020
1 parent 9de4ca1 commit 54eac56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spanner/google/cloud/spanner_v1/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,13 @@ def update(self):
.. note::
Updates the ``display_name`` and ``node_count``. To change those
values before updating, set them via
Updates the ``display_name`` and ``node_count``. To change those
values before updating, set them via
.. code:: python
.. code:: python
instance.display_name = 'New display name'
instance.node_count = 5
instance.display_name = 'New display name'
instance.node_count = 5
before calling :meth:`update`.
Expand Down

0 comments on commit 54eac56

Please sign in to comment.