aboutsummaryrefslogtreecommitdiff
path: root/google/api_core/future/polling.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/api_core/future/polling.py')
-rw-r--r--google/api_core/future/polling.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/google/api_core/future/polling.py b/google/api_core/future/polling.py
index 2f80efb..02e680f 100644
--- a/google/api_core/future/polling.py
+++ b/google/api_core/future/polling.py
@@ -45,8 +45,10 @@ class PollingFuture(base.Future):
The :meth:`done` method should be implemented by subclasses. The polling
behavior will repeatedly call ``done`` until it returns True.
- .. note: Privacy here is intended to prevent the final class from
- overexposing, not to prevent subclasses from accessing methods.
+ .. note::
+
+ Privacy here is intended to prevent the final class from
+ overexposing, not to prevent subclasses from accessing methods.
Args:
retry (google.api_core.retry.Retry): The retry configuration used