From: Barry Warsaw Date: Tue, 7 Nov 2017 17:05:15 +0000 (-0800) Subject: Fix a typo (#4323) X-Git-Tag: v3.7.0a3~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c060c7e3d1000f867f6c54f54ebbc49e0c6d6b38;p=thirdparty%2FPython%2Fcpython.git Fix a typo (#4323) --- diff --git a/Lib/asyncio/constants.py b/Lib/asyncio/constants.py index e74209e149d7..60ca0da75f84 100644 --- a/Lib/asyncio/constants.py +++ b/Lib/asyncio/constants.py @@ -7,6 +7,6 @@ LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 ACCEPT_RETRY_DELAY = 1 # Number of stack entries to capture in debug mode. -# The large the number, the slower the operation in debug mode -# (see extract_stack() in events.py) +# The larger the number, the slower the operation in debug mode +# (see extract_stack() in events.py). DEBUG_STACK_DEPTH = 10