Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/spanner/database-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ trigger its creation on the server:
.. note::

Creating an instance triggers a "long-running operation" and
returns an :class:`google.cloud.spanner.database.Operation`
object. See :ref:`check-on-current-database-operation` for polling
to find out if the operation is completed.
returns an :class:`~concurrent.futures.Future`-like object. Use
the :meth:`~concurrent.futures.Future.result` method to wait for
and inspect the result.


Update an existing Database
Expand Down