Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80823d7 + e60e12b commit 4fb6b0aCopy full SHA for 4fb6b0a
1 file changed
Doc/library/constants.rst
@@ -19,7 +19,7 @@ A small number of constants live in the built-in namespace. They are:
19
20
.. data:: None
21
22
- The sole value of :attr:`types.NoneType`. ``None`` is frequently used to
+ The sole value of the type ``NoneType``. ``None`` is frequently used to
23
represent the absence of a value, as when default arguments are not passed to a
24
function. Assignments to ``None`` are illegal and raise a :exc:`SyntaxError`.
25
0 commit comments