Skip to content

Commit a342e20

Browse files
committed
Minor comment typo fix
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a89b8f0 commit a342e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textcode/analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ def as_unicode(line):
247247

248248
def remove_verbatim_cr_lf_tab_chars(s):
249249
"""
250-
Return a string replacinf by a space any verbatim but escaped line endings and
251-
tabs (such as a literal \n or \r \t).
250+
Return a string replacing by a space any verbatim but escaped line endings
251+
and tabs (such as a literal \n or \r \t).
252252
"""
253253
if not s:
254254
return s

0 commit comments

Comments
 (0)