summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthijs van der Vleuten <zr40.nl@gmail.com>2013-03-15 15:07:17 +0100
committerMatthijs van der Vleuten <zr40.nl@gmail.com>2013-03-15 15:07:17 +0100
commit61192627db0c57be4981eee2b6f34c6e5fcde545 (patch)
tree01797c96a0beec9ca6b1c75e087e22f072bd777a /doc
parenteadace697c7e3e3007b331d2aaead03621afd78c (diff)
downloadnose-61192627db0c57be4981eee2b6f34c6e5fcde545.tar.gz
Use sphinx PEP reference
Diffstat (limited to 'doc')
-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: