From 0c7ade2fe34b92d04506962c4f833d3db6758409 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 2 Aug 2010 19:39:17 +0000 Subject: Remove redundant information. --- Doc/library/constants.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index b69d117..51a1c26 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__` -- cgit v0.12