This commit is contained in:
Richard Heck 2014-01-31 09:38:00 -05:00
parent d0af587ab4
commit 1f231c9538

View File

@ -4222,7 +4222,7 @@ def revert_tibetan(document):
# we want to convert them to paragraphs in a chunk inset
# the last will be discarded
# the first should look like: <<FROGS>>=
# will will discard the delimiters, and put the contents into the
# we will discard the delimiters, and put the contents into the
# optional argument of the inset
def convert_chunks(document):
first_re = re.compile(r'<<(.*)>>=')