summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 19:39:17 +0000
committerGeorg Brandl <georg@python.org>2010-08-02 19:39:17 +0000
commit0c7ade2fe34b92d04506962c4f833d3db6758409 (patch)
treed8a243810cd928202168e9a3c47813ac76391a10
parentc589a70e1766ca63b6f3edab5ae197fe49511e25 (diff)
downloadcpython-git-0c7ade2fe34b92d04506962c4f833d3db6758409.tar.gz
Remove redundant information.
-rw-r--r--Doc/library/constants.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst
index b69d1178fe..51a1c262d6 100644
--- a/Doc/library/constants.rst
+++ b/Doc/library/constants.rst
@@ -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__`