]> granicus.if.org Git - python/commitdiff
Markup fix; clarify by adding 'in that order'
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 30 Apr 2010 01:32:47 +0000 (01:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 30 Apr 2010 01:32:47 +0000 (01:32 +0000)
Doc/library/unittest.rst

index 075c03350df5ebb56e05ebb51628b62102f93b48..f28e73fdb4f2b979a62a3d1cea3848aa023abcce 100644 (file)
@@ -273,8 +273,9 @@ The ``discover`` sub-command has the following options:
    -t directory     Top level directory of project (default to
                     start directory)
 
-The -s, -p, & -t options can be passed in as positional arguments. The
-following two command lines are equivalent::
+The :option:`-s`, :option:`-p`, and :option:`-t` options can be passed in
+as positional arguments in that order. The following two command lines
+are equivalent::
 
    python -m unittest discover -s project_directory -p '*_test.py'
    python -m unittest discover project_directory '*_test.py'