mirror of https://github.com/python/cpython
Fix a typo in c-analyzer (GH-24468)
This commit is contained in:
parent
f6c6b5821b
commit
ff8c77fe96
|
@ -158,7 +158,7 @@ def _parse(srclines, anon_name):
|
|||
source = _iter_source(srclines)
|
||||
#source = _iter_source(srclines, showtext=True)
|
||||
for result in parse_globals(source, anon_name):
|
||||
# XXX Handle blocks here insted of in parse_globals().
|
||||
# XXX Handle blocks here instead of in parse_globals().
|
||||
yield result
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue