Skip to content

Commit 767dd95

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5869,7 +5869,7 @@ It is written as ``None``.
58695869
The Ellipsis Object
58705870
-------------------
58715871

5872-
This object is commonly used as a placeholder of another objects, values or even
5872+
This object is commonly used as a placeholder for other objects, values or even
58735873
instructions. It supports no
58745874
special operations. There is exactly one ellipsis object, named
58755875
:const:`Ellipsis` (a built-in name). ``type(Ellipsis)()`` produces the

0 commit comments

Comments
 (0)