Skip to content

Commit 28258f6

Browse files
adorilsonnedbat
andauthored
Update Doc/library/constants.rst
Co-authored-by: Ned Batchelder <[email protected]>
1 parent 9339d93 commit 28258f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/constants.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A small number of constants live in the built-in namespace. They are:
6767

6868
The same as the ellipsis literal "``...``", an object frequently used to
6969
indicate that something is omitted. Assignment to ``Ellipsis`` is possible, but
70-
assignment to ``...`` is not possible and raises a :exc:`SyntaxError`.
70+
assignment to ``...`` raises a :exc:`SyntaxError`.
7171
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
7272

7373

0 commit comments

Comments
 (0)