diff --git a/src/calibre/utils/smartypants.py b/src/calibre/utils/smartypants.py index 4198d3d469..51079e4e47 100644 --- a/src/calibre/utils/smartypants.py +++ b/src/calibre/utils/smartypants.py @@ -859,8 +859,8 @@ def _tokenize(str): tokens = [] - #depth = 6 - #nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth) + # depth = 6 + # nested_tags = "|".join(['(?:<(?:[^<>]',] * depth) + (')*>)' * depth) # match = r"""(?: ) | # comments # (?: <\? .*? \?> ) | # directives # %s # nested tags """ % (nested_tags,)