mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
813db96cd3
commit
34b6f7e9bd
@ -154,7 +154,7 @@ class Parser:
|
||||
REPLACEMENTS = tuple(('\\' + x, codepoint_to_chr(i + 1)) for i, x in enumerate('\\"()'))
|
||||
|
||||
# the sep must be a printable character sequence that won't actually appear naturally
|
||||
docstring_sep = '□ༀ؆' # Unicode white square, Tibetian Om, Arabic-Indic Cube Root
|
||||
docstring_sep = '□ༀ؆' # Unicode white square, Tibetan Om, Arabic-Indic Cube Root
|
||||
|
||||
# Had to translate named constants to numeric values
|
||||
lex_scanner = re.Scanner([
|
||||
|
Loading…
x
Reference in New Issue
Block a user