diff options
author | Greg Ward <gward@python.net> | 2002-06-07 22:40:23 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2002-06-07 22:40:23 (GMT) |
commit | 698d9f01c69997965994543978e42e7b13d31caa (patch) | |
tree | 9ded33f8964f3df78181c39561d189fcb5bf958d /Lib | |
parent | 70c726aa44c707eef41234244f30e9a654c44f02 (diff) | |
download | cpython-698d9f01c69997965994543978e42e7b13d31caa.zip cpython-698d9f01c69997965994543978e42e7b13d31caa.tar.gz cpython-698d9f01c69997965994543978e42e7b13d31caa.tar.bz2 |
Record copyright and author.
Diffstat (limited to 'Lib')
-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 |