mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix docstring typo
This commit is contained in:
parent
c07fb2fc5b
commit
a2ecabe420
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class TextWrapper:
|
|||
single space!
|
||||
fix_sentence_endings (default: false)
|
||||
Ensure that sentence-ending punctuation is always followed
|
||||
by two spaces. Off by default becaus the algorithm is
|
||||
by two spaces. Off by default because the algorithm is
|
||||
(unavoidably) imperfect.
|
||||
break_long_words (default: true)
|
||||
Break words longer than 'width'. If false, those words will not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue