summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-11-28 07:43:32 -0500
committerJohn Szakmeister <john@szakmeister.net>2015-11-28 07:43:32 -0500
commitfb4a919f171a80c3381a6408ac16508d91d94a26 (patch)
treeab1c4628027b35c31e702ff8bc48d6320d32b15e
parent77cd145afe2606ba9c0515be0e8c49f8319e19ef (diff)
downloadnose-fb4a919f171a80c3381a6408ac16508d91d94a26.tar.gz
doc: fix typo
-rw-r--r--doc/finding_tests.rst2
1 files changed, 1 insertions, 1 deletions
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.