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 @@ def _unicode_replace(match, int=int, unichr=unichr, maxunicode=sys.maxunicode):
class Token(object):
"""A single atomic token.
r"""A single atomic token.
.. attribute:: is_container