Skip to content

Commit 8fc1349

Browse files
Merge branch 'gh-133158-adjust-c-analyzer-limits' of github.com:sergey-miryanov/cpython into gh-133158-adjust-c-analyzer-limits
2 parents 278f4d3 + e60d28c commit 8fc1349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_many_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)