more tweaks for pause
This commit is contained in:
parent
f09fe39b61
commit
d8f4446ab0
@ -57,7 +57,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