mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 18:35:48 +01:00
py3: another warning about invalid escape
This commit is contained in:
parent
0156785a14
commit
9480360bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue