mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
py3: another warning about invalid escape
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user