]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo (#4323)
authorBarry Warsaw <barry@python.org>
Tue, 7 Nov 2017 17:05:15 +0000 (09:05 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2017 17:05:15 +0000 (09:05 -0800)
Lib/asyncio/constants.py

index e74209e149d7ce17901470820345db314630c2c2..60ca0da75f84284b5e97731e2a247d50bc3b288b 100644 (file)
@@ -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