summaryrefslogtreecommitdiff
path: root/doc/testing_tools.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/testing_tools.rst')
-rw-r--r--doc/testing_tools.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/testing_tools.rst b/doc/testing_tools.rst
index 629e757..a282a3b 100644
--- a/doc/testing_tools.rst
+++ b/doc/testing_tools.rst
@@ -4,8 +4,8 @@ Testing tools
The nose.tools module provides a number of testing aids that you may
find useful, including decorators for restricting test execution time
and testing for exceptions, and all of the same assertX methods found
-in `unittest.TestCase` (only spelled in PEP 8 fashion, so `assert_equal`
-rather than `assertEqual`).
+in `unittest.TestCase` (only spelled in :pep:`8#function-names`
+fashion, so `assert_equal` rather than `assertEqual`).
.. automodule :: nose.tools
:members: