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 a89b8f0 commit a342e20Copy full SHA for a342e20
src/textcode/analysis.py
@@ -247,8 +247,8 @@ def as_unicode(line):
247
248
def remove_verbatim_cr_lf_tab_chars(s):
249
"""
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).
+ Return a string replacing by a space any verbatim but escaped line endings
+ and tabs (such as a literal \n or \r \t).
252
253
if not s:
254
return s
0 commit comments