Fix a typo (#4323)

This commit is contained in:
Barry Warsaw 2017-11-07 09:05:15 -08:00 committed by GitHub
parent 5a66c8a64d
commit c060c7e3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View 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