diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index cbee94e52c0..eb6714a8c8f 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -56,8 +56,8 @@ test runner
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.
- `Nose `_ and `pytest `_
- Third-party unittest frameworks with a lighter-weight syntax for writing
+ `pytest `_
+ Third-party unittest framework with a lighter-weight syntax for writing
tests. For example, ``assert func(10) == 42``.
`The Python Testing Tools Taxonomy `_