mirror of https://github.com/python/cpython
Fix a typo (#4323)
This commit is contained in:
parent
5a66c8a64d
commit
c060c7e3d1
|
@ -7,6 +7,6 @@ LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
|
||||||
ACCEPT_RETRY_DELAY = 1
|
ACCEPT_RETRY_DELAY = 1
|
||||||
|
|
||||||
# Number of stack entries to capture in debug mode.
|
# Number of stack entries to capture in debug mode.
|
||||||
# The large the number, the slower the operation in debug mode
|
# The larger the number, the slower the operation in debug mode
|
||||||
# (see extract_stack() in events.py)
|
# (see extract_stack() in events.py).
|
||||||
DEBUG_STACK_DEPTH = 10
|
DEBUG_STACK_DEPTH = 10
|
||||||
|
|
Loading…
Reference in New Issue