More docs cleanup.
[python_utils.git] / smart_future.py
index dbce4321842995a1855788089f8e598c8ad8bd11..c0fce3aff32b9c103b2f3cbbdb3684cf14e03199 100644 (file)
@@ -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.