mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Remove redundant information.
This commit is contained in:
parent
c589a70e17
commit
0c7ade2fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -38,9 +38,9 @@ A small number of constants live in the built-in namespace. They are:
|
||||||
.. data:: __debug__
|
.. data:: __debug__
|
||||||
|
|
||||||
This constant is true if Python was not started with an :option:`-O` option.
|
This constant is true if Python was not started with an :option:`-O` option.
|
||||||
Assignments to :const:`__debug__` are illegal and raise a :exc:`SyntaxError`.
|
|
||||||
See also the :keyword:`assert` statement.
|
See also the :keyword:`assert` statement.
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__`
|
The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue