remove undused punctuation
This commit is contained in:
parent
a0395ce093
commit
5b7bfafbd9
@ -66,7 +66,7 @@ class punctuationManager():
|
||||
else:
|
||||
currPunctLevel = string.punctuation +' §'
|
||||
resultText = self.usePunctuationDict(resultText, self.env['punctuation']['PUNCTDICT'], currPunctLevel)
|
||||
#resultText = self.removeUnused(resultText, currPunctLevel)
|
||||
resultText = self.removeUnused(resultText, currPunctLevel)
|
||||
return resultText
|
||||
|
||||
def cyclePunctuation(self):
|
||||
|
Loading…
Reference in New Issue
Block a user