diff options
Diffstat (limited to 'Lib/asyncio')
-rw-r--r-- | Lib/asyncio/constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/asyncio/constants.py b/Lib/asyncio/constants.py index e74209e..60ca0da 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 |