From: Zackery Spytz Date: Fri, 30 Apr 2021 07:32:19 +0000 (-0600) Subject: bpo-43954: Fix a missing word in the unittest docs (GH-25672) X-Git-Tag: v3.10.0b1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2abbd8f2add5e80b86a965625b9a77ae94a101cd;p=thirdparty%2FPython%2Fcpython.git bpo-43954: Fix a missing word in the unittest docs (GH-25672) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d413224fd498..0c29408cb192 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -331,8 +331,9 @@ the `load_tests protocol`_. .. versionchanged:: 3.4 Test discovery supports :term:`namespace packages ` - 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: