From 216799cf9caa654a7cb519091dbd6d432b817e51 Mon Sep 17 00:00:00 2001 From: rgommers Date: Mon, 7 Mar 2011 10:28:13 +0800 Subject: DOC: fix typo in test guidelines. --- doc/TESTS.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1