Skip to content

Commit fb4a919

Browse files
committed
doc: fix typo
1 parent 77cd145 commit fb4a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/finding_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nose, by default, follows a few simple rules for test discovery.
1010
module that looks like a test.
1111

1212
* Files with the executable bit set are ignored by default under Unix-style
13-
operating systems--sse ``--exe`` to allow collection from them, but be careful
13+
operating systems--use ``--exe`` to allow collection from them, but be careful
1414
that is safe to do so. Under Windows, executable files will be picked up by
1515
default since there is no executable bit to test.
1616

0 commit comments

Comments
 (0)