py3: another warning about invalid escape

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-07-19 16:26:02 +02:00
parent 0156785a14
commit 9480360bc8

View File

@ -214,7 +214,7 @@ FIND_NEWLINES = lambda x : list(re.compile(COMPILED_MACROS['nl']).finditer(x))
class Token(object):
"""A single atomic token.
r"""A single atomic token.
.. attribute:: is_container