summaryrefslogtreecommitdiff
path: root/po/fi/list-unkn-words.py
diff options
context:
space:
mode:
Diffstat (limited to 'po/fi/list-unkn-words.py')
-rwxr-xr-xpo/fi/list-unkn-words.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/fi/list-unkn-words.py b/po/fi/list-unkn-words.py
index 98557f727..138bb88b3 100755
--- a/po/fi/list-unkn-words.py
+++ b/po/fi/list-unkn-words.py
@@ -118,7 +118,7 @@ if __name__ == "__main__":
pF.close()
- unknWords={}
+ unknWords = {}
#Find unknown words and count number of occurrences for each.
for text in textF.readlines():
utext = unicode(text, "utf-8")