Skip to content

Commit

Permalink
Fix a typo (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw authored Nov 7, 2017
1 parent 5a66c8a commit c060c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/asyncio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
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

0 comments on commit c060c7e

Please sign in to comment.