remove the other half of one of the regsub-related comments; the other

half was removed in revision 1.25
This commit is contained in:
Fred Drake 2004-12-07 14:08:24 +00:00
parent 3557f42658
commit 333da5f000

View file

@ -176,7 +176,6 @@ def format_roman(self, case, counter):
def add_flowing_data(self, data):
if not data: return
# The following looks a bit convoluted but is a great improvement over
prespace = data[:1].isspace()
postspace = data[-1:].isspace()
data = " ".join(data.split())