diff options
Diffstat (limited to 'doc/TESTS.rst.txt')
-rw-r--r-- | doc/TESTS.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt index 936f00a1d..4f2f9e79a 100644 --- a/doc/TESTS.rst.txt +++ b/doc/TESTS.rst.txt @@ -46,7 +46,7 @@ can be turned on (recommended after installation and before upgrading) by starting the interpreter with the -Wd switch, or by:: >>> import warnings - >>> wwarnings.simplefilter('always', DeprecationWarning) + >>> warnings.simplefilter('always', DeprecationWarning) The test method may take two or more arguments; the first is a string label specifying what should be tested and the second is an integer |