summaryrefslogtreecommitdiff
path: root/smart_future.py
diff options
context:
space:
mode:
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.