From fb4a919f171a80c3381a6408ac16508d91d94a26 Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Sat, 28 Nov 2015 07:43:32 -0500 Subject: doc: fix typo --- doc/finding_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/finding_tests.rst b/doc/finding_tests.rst index a58e4a4..5c18b46 100644 --- a/doc/finding_tests.rst +++ b/doc/finding_tests.rst @@ -10,7 +10,7 @@ nose, by default, follows a few simple rules for test discovery. module that looks like a test. * Files with the executable bit set are ignored by default under Unix-style - operating systems--sse ``--exe`` to allow collection from them, but be careful + operating systems--use ``--exe`` to allow collection from them, but be careful that is safe to do so. Under Windows, executable files will be picked up by default since there is no executable bit to test. -- cgit v1.2.1