diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d413224fd49..0c29408cb19 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: