Home
last modified time | relevance | path

Searched refs:fix_sentence_endings (Results 1 – 7 of 7) 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/cpython3/Lib/
Dtextwrap.py121 fix_sentence_endings=False, argument
134 self.fix_sentence_endings = fix_sentence_endings
352 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/cpython3/Lib/test/
Dtest_textwrap.py95 wrapper = TextWrapper(45, fix_sentence_endings=True)
111 wrapper = TextWrapper(60, fix_sentence_endings=True)
/external/python/cpython3/Doc/library/
Dtextwrap.rst219 .. attribute:: fix_sentence_endings
236 :attr:`fix_sentence_endings` is false by default.
/external/python/cpython2/Misc/NEWS.d/
D2.6a3.rst146 Fix bug in 'fix_sentence_endings' textwrap.fill option, where an extra space