diff --git a/peps/pep-0661.rst b/peps/pep-0661.rst index e999168ac..4b6fd54be 100644 --- a/peps/pep-0661.rst +++ b/peps/pep-0661.rst @@ -145,7 +145,7 @@ Its initializer will accept a single required argument, the name of the sentinel object, and two optional arguments: the repr of the object, and the name of its module:: - >>> from sentinel import Sentinel + >>> from sentinels import Sentinel >>> NotGiven = Sentinel('NotGiven') >>> NotGiven