Typo fix.
This commit is contained in:
parent
303a039679
commit
c2c4914e19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue