Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dccfc6b

Browse files
committed
Typo in docs.
1 parent 612f3d2 commit dccfc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ example, here is a test from :mod:`matplotlib.tests.test_basic`::
7373
Nose determines which functions are tests by searching for functions
7474
beginning with "test" in their name.
7575

76-
If the test as side effects that need to be cleaned up, such as
76+
If the test has side effects that need to be cleaned up, such as
7777
creating figures using the pyplot interface, use the ``@cleanup``
7878
decorator::
7979

0 commit comments

Comments
 (0)