summaryrefslogtreecommitdiff
path: root/doc/testing_tools.rst
diff options
context:
space:
mode:
authorMatthijs van der Vleuten <zr40.nl@gmail.com>2013-03-14 16:15:16 +0100
committerMatthijs van der Vleuten <zr40.nl@gmail.com>2013-03-14 16:15:16 +0100
commiteadace697c7e3e3007b331d2aaead03621afd78c (patch)
tree144dca7a64bd4846125c21ef64c5338671e635ef /doc/testing_tools.rst
parentc0f777e488337dc7dde933453799986c46b37deb (diff)
downloadnose-eadace697c7e3e3007b331d2aaead03621afd78c.tar.gz
replace 'pep08' with 'PEP 8'
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 45e2958..629e757 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 pep08 fashion, so `assert_equal`
+in `unittest.TestCase` (only spelled in PEP 8 fashion, so `assert_equal`
rather than `assertEqual`).
.. automodule :: nose.tools
- :members: \ No newline at end of file
+ :members: