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

This commit is contained in:
Zackery Spytz 2021-04-30 01:32:19 -06:00 committed by GitHub
parent 74613a46fc
commit 2abbd8f2ad
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
Test discovery supports :term:`namespace packages <namespace package>`
for start directory. Note that you need to the top level directory too.
(e.g. ``python -m unittest discover -s root/namespace -t root``).
for the start directory. Note that you need to specify the top level
directory too (e.g.
``python -m unittest discover -s root/namespace -t root``).
.. _organizing-tests: