summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/textwrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py
index c8a1dac5ce..03fcbc053e 100644
--- a/Lib/textwrap.py
+++ b/Lib/textwrap.py
@@ -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