bpo-43954: Fix a missing word in the unittest docs (GH-25672)

(cherry picked from commit 2abbd8f2ad)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-04-30 00:56:56 -07:00 committed by GitHub
parent 3eaa6f9d18
commit a92d738763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,8 +331,9 @@ the `load_tests protocol`_.
.. versionchanged:: 3.4 .. versionchanged:: 3.4
Test discovery supports :term:`namespace packages <namespace package>` Test discovery supports :term:`namespace packages <namespace package>`
for start directory. Note that you need to the top level directory too. for the start directory. Note that you need to specify the top level
(e.g. ``python -m unittest discover -s root/namespace -t root``). directory too (e.g.
``python -m unittest discover -s root/namespace -t root``).
.. _organizing-tests: .. _organizing-tests: