Skip to content

Commit bea09ee

Browse files
adorilsonmerwok
andauthored
Doc: Fix grammar on Ellipsis docs (library/constants.rst)
Co-authored-by: Éric <merwok@netwok.org>
1 parent f57a7d4 commit bea09ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/constants.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ A small number of constants live in the built-in namespace. They are:
6666
.. data:: Ellipsis
6767

6868
The same as the ellipsis literal "``...``", an object frequently used as a
69-
placeholder of another values. Assignments to ``Ellipsis`` are possible.
70-
However, assignments to ``...`` are illegal and raise a :exc:`SyntaxError`.
69+
placeholder for another value. Assignment to ``Ellipsis`` is possible, but
70+
assignment to ``...`` is not possible and raises a :exc:`SyntaxError`.
7171
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
7272

7373

0 commit comments

Comments
 (0)