more tweaks for pause
This commit is contained in:
@ -57,7 +57,7 @@ class punctuationManager():
|
|||||||
else:
|
else:
|
||||||
currPunctLevel = string.punctuation
|
currPunctLevel = string.punctuation
|
||||||
resultText = self.usePunctuationDict(resultText, self.env['punctuation']['PUNCTDICT'], currPunctLevel)
|
resultText = self.usePunctuationDict(resultText, self.env['punctuation']['PUNCTDICT'], currPunctLevel)
|
||||||
resultText = self.removeUnused(resultText, currPunctLevel)
|
#resultText = self.removeUnused(resultText, currPunctLevel)
|
||||||
return resultText
|
return resultText
|
||||||
|
|
||||||
def cyclePunctuation(self):
|
def cyclePunctuation(self):
|
||||||
|
Reference in New Issue
Block a user