Skip to content

Commit e60d28c

Browse files
Update Tools/c-analyzer/c_parser/parser/__init__.py
Co-authored-by: Peter Bierma <[email protected]>
1 parent 4369d2d commit e60d28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/c_parser/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _iter_source(lines, *, maxtext=11_000, maxlines=200, showtext=False):
226226
if srcinfo.too_much_lines(maxlines):
227227
import textwrap
228228
msg = f'''
229-
too much lines, try to increase MAX_SIZES[MAXLINES] in cpython/_parser.py
229+
too many lines, try to increase MAX_SIZES[MAXLINES] in cpython/_parser.py
230230
{filename} starting at line {lno_from} to {lno_to}
231231
has code with number of lines {lno_to - lno_from} greater than {maxlines}:
232232
{text}

0 commit comments

Comments
 (0)