From 418cd482b159434a7c72b873e016f734d4dc1f31 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 6 Jul 2011 21:47:33 +0200 Subject: [PATCH] fix a doc link --- doc/getting-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.txt b/doc/getting-started.txt index 2c1eef0af..f830c11c8 100644 --- a/doc/getting-started.txt +++ b/doc/getting-started.txt @@ -66,7 +66,7 @@ py.test found the ``test_answer`` function by following :ref:`standard test disc report intermediate values of the assert expression freeing you from the need to learn the many names of `JUnit legacy methods`_. -.. _`the JUnit legacy methods`: http://docs.python.org/library/unittest.html#test-cases +.. _`JUnit legacy methods`: http://docs.python.org/library/unittest.html#test-cases .. _`assert statement`: http://docs.python.org/reference/simple_stmts.html#the-assert-statement