mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix a typo (#4323)
This commit is contained in:
parent
5a66c8a64d
commit
c060c7e3d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue