From 73e90622ed70cce1d992175fe550cb65c2979f82 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 22 Sep 2017 21:06:58 -0700 Subject: [PATCH] Just refer to operations as being like Future. --- docs/spanner/database-usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spanner/database-usage.rst b/docs/spanner/database-usage.rst index 529010c8443f..1d626e54a34d 100644 --- a/docs/spanner/database-usage.rst +++ b/docs/spanner/database-usage.rst @@ -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