[Python-checkins] python/dist/src/Lib textwrap.py,1.23,1.24

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 13 Feb 2003 17:14:19 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4808

Modified Files:
	textwrap.py 
Log Message:
Fix docstring typo

Index: textwrap.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/textwrap.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** textwrap.py	3 Feb 2003 14:46:57 -0000	1.23
--- textwrap.py	14 Feb 2003 01:14:15 -0000	1.24
***************
*** 54,58 ****
        fix_sentence_endings (default: false)
          Ensure that sentence-ending punctuation is always followed
!         by two spaces.  Off by default becaus the algorithm is
          (unavoidably) imperfect.
        break_long_words (default: true)
--- 54,58 ----
        fix_sentence_endings (default: false)
          Ensure that sentence-ending punctuation is always followed
!         by two spaces.  Off by default because the algorithm is
          (unavoidably) imperfect.
        break_long_words (default: true)