From e0990a52378b8cb95ef1c0be974101aa98b58c9f Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 28 Dec 2014 18:48:33 +0200 Subject: Issue #23125: Update nose project page link. Reported by Damien Mari?. --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/unittest.rst') diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c3ff494e5f..c65a99d6d1 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -51,7 +51,7 @@ test runner Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`. - `Nose `_ and `py.test `_ + `Nose `_ and `py.test `_ Third-party unittest frameworks with a lighter-weight syntax for writing tests. For example, ``assert func(10) == 42``. -- cgit v1.2.1