Skip to content

Commit 57e7f46

Browse files
author
Jon Wayne Parrott
committed
Fix docstring
1 parent 5163cc1 commit 57e7f46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/google/cloud/future/base.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ def set_exception(self, exception):
7676
class PollingFuture(Future):
7777
"""A Future that needs to poll some service to check its status.
7878
79-
The private :meth:`done` method should be implemented by
80-
subclasses. The polling behavior will repeatedly call ``done`` until it
81-
returns True.
79+
The :meth:`done` method should be implemented by subclasses. The polling
80+
behavior will repeatedly call ``done`` until it returns True.
8281
8382
.. note: Privacy here is intended to prevent the final class from
8483
overexposing, not to prevent subclasses from accessing methods.

0 commit comments

Comments
 (0)