Fixed pycodestyle E231 errors

This commit is contained in:
Veronica K. B. Olsen
2020-08-12 20:51:22 +02:00
parent 28ab689dab
commit 95ee2bf874
25 changed files with 162 additions and 162 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ def countWords(theText):
charCount -= 2
countPara = False
theBuff = aLine.replace(""," ").replace(""," ")
theBuff = aLine.replace("", " ").replace("", " ")
wordCount += len(theBuff.split())
charCount += theLen
if countPara and prevEmpty: