diff options
-rw-r--r-- | Lib/textwrap.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 787d943..cdcfe9b 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -2,6 +2,10 @@ Utilities for wrapping text strings and filling text paragraphs. """ +# Copyright (C) 2001 Gregory P. Ward. +# Copyright (C) 2002 Python Software Foundation. +# Written by Greg Ward <gward@python.net> + __revision__ = "$Id$" import string, re |