summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2018-05-22 11:35:16 +0200
committerChris Lamb <lamby@debian.org>2018-05-22 11:37:24 +0200
commita73b94fe6a9d6d04a500b43b4d0774a56301946d (patch)
tree13f9561daa96223ba7756c80cdb32b61346b2ac4
parent1a74b88ca041f3bc50783ee4d7a4f2c7024204f8 (diff)
downloadinstallation-guide-a73b94fe6a9d6d04a500b43b4d0774a56301946d.zip
Fix missing whitespace around operator. (PEP8 E225)
-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")