Kaydet (Commit) a2ecabe4 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix docstring typo

üst c07fb2fc
...@@ -53,7 +53,7 @@ class TextWrapper: ...@@ -53,7 +53,7 @@ class TextWrapper:
single space! single space!
fix_sentence_endings (default: false) fix_sentence_endings (default: false)
Ensure that sentence-ending punctuation is always followed 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. (unavoidably) imperfect.
break_long_words (default: true) break_long_words (default: true)
Break words longer than 'width'. If false, those words will not Break words longer than 'width'. If false, those words will not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment