Remove redundant information.

This commit is contained in:
Georg Brandl 2010-08-02 19:39:17 +00:00
parent c589a70e17
commit 0c7ade2fe3
1 changed files with 1 additions and 1 deletions

View File

@ -38,9 +38,9 @@ A small number of constants live in the built-in namespace. They are:
.. data:: __debug__
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.
.. note::
The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__`