diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index fa61f68852b0..059a21d5c83e 100644 --- a/Doc/library/constants.rst +++ b/Doc/library/constants.rst @@ -19,7 +19,7 @@ A small number of constants live in the built-in namespace. They are: .. data:: None - The sole value of :attr:`types.NoneType`. ``None`` is frequently used to + The sole value of the type ``NoneType``. ``None`` is frequently used to represent the absence of a value, as when default arguments are not passed to a function. Assignments to ``None`` are illegal and raise a :exc:`SyntaxError`.