Home
last modified time | relevance | path

Searched refs:fix_sentence_endings (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtextwrap.py121 fix_sentence_endings=False, argument
130 self.fix_sentence_endings = fix_sentence_endings
327 if self.fix_sentence_endings:
/external/python/cpython2/Lib/test/
Dtest_textwrap.py96 wrapper = TextWrapper(45, fix_sentence_endings=True)
104 wrapper = TextWrapper(60, fix_sentence_endings=True)
/external/python/cpython2/Doc/library/
Dtextwrap.rst164 .. attribute:: fix_sentence_endings
181 :attr:`fix_sentence_endings` is false by default.
/external/python/cpython2/Misc/
DNEWS10076 - Issue #2635: Fix bug in 'fix_sentence_endings' textwrap.fill option,