]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#7765: typos
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Jan 2010 20:25:11 +0000 (20:25 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Jan 2010 20:25:11 +0000 (20:25 +0000)
Doc/library/unittest.rst

index 13fa5e69aa183e4fca52fed5290f55330175f3a7..2eafe3c49bf064c2709c6dfe7fadd32036272a8b 100644 (file)
@@ -241,8 +241,8 @@ The ``discover`` sub-command has the following options:
 The -s, -p, & -t options can be passsed in as positional arguments. The
 following two command lines are equivalent::
 
-   python -m unittest -s project_directory -p '*_test.py'
-   python -m unittest project_directory '*_test.py'
+   python -m unittest discover -s project_directory -p '*_test.py'
+   python -m unittest discover project_directory '*_test.py'
 
 Test modules and packages can customize test loading and discovery by through
 the `load_tests protocol`_.
@@ -1445,7 +1445,7 @@ Loading and running tests
 
    .. method:: stopTestRun(test)
 
-      Called once before any tests are executed.
+      Called once after all tests are executed.
 
       .. versionadded:: 2.7