Commit fb80eb9f authored by Denis Bilenko's avatar Denis Bilenko

drop unnecessary word in a docstring

parent a9c4e596
......@@ -119,7 +119,7 @@ class Timeout(BaseException):
@property
def pending(self):
"""Return True if the timeout is pending, that is, scheduled to be raised."""
"""Return True if the timeout is scheduled to be raised."""
if self.timer is not None:
return self.timer.pending
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment