Skip to content

Commit 54eac56

Browse files
author
Gurov Ilya
authored
docs(spanner): fix Instance.update() docstrings (#10106)
1 parent 9de4ca1 commit 54eac56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spanner/google/cloud/spanner_v1/instance.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ def update(self):
262262
263263
.. note::
264264
265-
Updates the ``display_name`` and ``node_count``. To change those
266-
values before updating, set them via
265+
Updates the ``display_name`` and ``node_count``. To change those
266+
values before updating, set them via
267267
268-
.. code:: python
268+
.. code:: python
269269
270-
instance.display_name = 'New display name'
271-
instance.node_count = 5
270+
instance.display_name = 'New display name'
271+
instance.node_count = 5
272272
273273
before calling :meth:`update`.
274274

0 commit comments

Comments
 (0)