We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de4ca1 commit 54eac56Copy full SHA for 54eac56
spanner/google/cloud/spanner_v1/instance.py
@@ -262,13 +262,13 @@ def update(self):
262
263
.. note::
264
265
- Updates the ``display_name`` and ``node_count``. To change those
266
- values before updating, set them via
+ Updates the ``display_name`` and ``node_count``. To change those
+ values before updating, set them via
267
268
- .. code:: python
+ .. code:: python
269
270
- instance.display_name = 'New display name'
271
- instance.node_count = 5
+ instance.display_name = 'New display name'
+ instance.node_count = 5
272
273
before calling :meth:`update`.
274
0 commit comments