summaryrefslogtreecommitdiff
path: root/smart_future.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-31 18:00:09 -0700
committerScott Gasch <[email protected]>2022-05-31 18:00:09 -0700
commitec7c26dad2c26e4e4c33a69252654e3b1155bc7b (patch)
treee47187d4030ba562b866ba659864ac1305fe93dc /smart_future.py
parent02302bbd9363facb59c4df2c1f4013087702cfa6 (diff)
More docs cleanup.
Diffstat (limited to 'smart_future.py')
-rw-r--r--smart_future.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smart_future.py b/smart_future.py
index dbce432..c0fce3a 100644
--- a/smart_future.py
+++ b/smart_future.py
@@ -2,7 +2,7 @@
# © Copyright 2021-2022, Scott Gasch
-"""A :class:Future that can be treated as a substutute for the result
+"""A :class:`Future` that can be treated as a substutute for the result
that it contains and will not block until it is used. At that point,
if the underlying value is not yet available yet, it will block until
the internal result actually becomes available.