Skip to content

Commit a8d5e2f

Browse files
tirkarthiwillingc
authored andcommitted
Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
1 parent de2e448 commit a8d5e2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/constants.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ A small number of constants live in the built-in namespace. They are:
5353

5454
.. data:: Ellipsis
5555

56-
The same as ``...``. Special value used mostly in conjunction with extended
57-
slicing syntax for user-defined container data types.
56+
The same as the ellipsis literal "...". Special value used mostly in conjunction
57+
with extended slicing syntax for user-defined container data types.
5858

5959

6060
.. data:: __debug__
@@ -96,4 +96,3 @@ should not be used in programs.
9696
Object that when printed, prints the message "Type license() to see the
9797
full license text", and when called, displays the full license text in a
9898
pager-like fashion (one screen at a time).
99-

0 commit comments

Comments
 (0)