diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 8c9affe9db952c9..9e66a2c1c220a2e 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 `_