]> granicus.if.org Git - python/commitdiff
update docstring
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 Mar 2009 00:37:12 +0000 (00:37 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 Mar 2009 00:37:12 +0000 (00:37 +0000)
Lib/unittest.py

index 465edb1318701c6f9ae46ffea91eb501a079dd25..c67ec0633c8c80bf7b4008a558a860bfcf1286c9 100644 (file)
@@ -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.