Changed some documentations (#3089)

DOC typo fix in defer_fail docstring
This commit is contained in:
Yash Sharma 2018-01-26 01:42:17 +05:30 committed by Mikhail Korobov
parent 037c6b2183
commit f1a9d81c88
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def defer_fail(_failure):
"""Same as twisted.internet.defer.fail but delay calling errback until
next reactor loop
It delays by 100ms so reactor has a chance to go trough readers and writers
It delays by 100ms so reactor has a chance to go through readers and writers
before attending pending delayed calls, so do not set delay to zero.
"""
d = defer.Deferred()