mirror of https://github.com/scrapy/scrapy.git
Changed some documentations (#3089)
DOC typo fix in defer_fail docstring
This commit is contained in:
parent
037c6b2183
commit
f1a9d81c88
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue