]> granicus.if.org Git - python/commitdiff
Fix docstring typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Feb 2003 01:14:15 +0000 (01:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Feb 2003 01:14:15 +0000 (01:14 +0000)
Lib/textwrap.py

index c8a1dac5ce1dc0aed68ce47908725aa93d8e1e38..03fcbc053e9cbb5f9d8a9b0b21da51f862b4065c 100644 (file)
@@ -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