Skip to content

Commit a92d738

Browse files
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
(cherry picked from commit 2abbd8f) Co-authored-by: Zackery Spytz <[email protected]>
1 parent 3eaa6f9 commit a92d738

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/unittest.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,9 @@ the `load_tests protocol`_.
331331

332332
.. versionchanged:: 3.4
333333
Test discovery supports :term:`namespace packages <namespace package>`
334-
for start directory. Note that you need to the top level directory too.
335-
(e.g. ``python -m unittest discover -s root/namespace -t root``).
334+
for the start directory. Note that you need to specify the top level
335+
directory too (e.g.
336+
``python -m unittest discover -s root/namespace -t root``).
336337

337338

338339
.. _organizing-tests:

0 commit comments

Comments
 (0)