]> granicus.if.org Git - python/commit
Convert _fix_sentence_endings() to use a regex, and augment it to
authorGreg Ward <gward@python.net>
Fri, 7 Jun 2002 22:04:15 +0000 (22:04 +0000)
committerGreg Ward <gward@python.net>
Fri, 7 Jun 2002 22:04:15 +0000 (22:04 +0000)
commit9b4864e40af38eee803b65e9a336a1590b0f633e
treee6218408732104f0cb72f0beb5a3ad0eaacbf351
parent62e4f3bf224d6a3a17c04524a674caaa14270753
Convert _fix_sentence_endings() to use a regex, and augment it to
handle sentences like this:
  And she said, "Go to hell!"  Can you believe that?
Lib/textwrap.py