diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-24 00:37:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-24 00:37:12 (GMT) |
commit | 4e4de33ca9987ce0703cab54f63e3c546b29adf4 (patch) | |
tree | 1c6b9a5086fd99f60eaf935cd66ac3ae1087fad3 /Lib | |
parent | 3e0aa49d3f0cfed42c7c0d2d6cec21c50fa7a08d (diff) | |
download | cpython-4e4de33ca9987ce0703cab54f63e3c546b29adf4.zip cpython-4e4de33ca9987ce0703cab54f63e3c546b29adf4.tar.gz cpython-4e4de33ca9987ce0703cab54f63e3c546b29adf4.tar.bz2 |
update docstring
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/unittest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/unittest.py b/Lib/unittest.py index 465edb1..c67ec06 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -25,9 +25,10 @@ Simple usage: Further information is available in the bundled documentation, and from - http://docs.python.org/lib/module-unittest.html + http://docs.python.org/library/unittest.html Copyright (c) 1999-2003 Steve Purcell +Copyright (c) 2003-2009 Python Software Foundation This module is free software, and you may redistribute it and/or modify it under the same terms as Python itself, so long as this copyright message and disclaimer are retained in their original form. |