We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e272d56 commit 59e4121Copy full SHA for 59e4121
src/textcode/analysis.py
@@ -76,8 +76,7 @@ def numbered_text_lines(
76
return iter([])
77
78
if not isinstance(location, str):
79
- # not a path: wrap an iterator on location which should be a sequence
80
- # of lines
+ # not a path: wrap an iterator on location which should be a sequence of lines
81
if TRACE:
82
logger_debug('numbered_text_lines:', 'location is not a file')
83
return enumerate(iter(location), start_line)
0 commit comments