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.
1 parent 76c28f7 commit e60e12bCopy full SHA for e60e12b
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