From ec7c26dad2c26e4e4c33a69252654e3b1155bc7b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 18:00:09 -0700 Subject: More docs cleanup. --- smart_future.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smart_future.py') 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. -- cgit v1.3