Typo fix.

This commit is contained in:
Eric S. Raymond 2008-03-01 08:47:37 +00:00
parent 303a039679
commit c2c4914e19

View file

@ -1824,7 +1824,7 @@ def translator(filename, mapxforms, textxform, versions):
transformed = "".join(newdata)
# Return None if the transformation functions made no changes.
if modified:
Return transformed
return transformed
else:
return None