Skip to content

Commit 0c7ade2

Browse files
committed
Remove redundant information.
1 parent c589a70 commit 0c7ade2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/constants.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ A small number of constants live in the built-in namespace. They are:
3838
.. data:: __debug__
3939

4040
This constant is true if Python was not started with an :option:`-O` option.
41-
Assignments to :const:`__debug__` are illegal and raise a :exc:`SyntaxError`.
4241
See also the :keyword:`assert` statement.
4342

43+
4444
.. note::
4545

4646
The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__`

0 commit comments

Comments
 (0)