Add "term" to AUTOCLOSE.

This commit is contained in:
Fred Drake 1999-01-22 22:48:24 +00:00
parent d1dbf633ed
commit a49a4eabbf
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def xml_convert(ifp, ofp, autoclose):
return do_convert(ifp, ofp, xml=1, autoclose=autoclose)
AUTOCLOSE = ("para",)
AUTOCLOSE = ("para", "term",)
def main():