Commit a8d5e2f2 authored by Xtreak's avatar Xtreak Committed by Carol Willing

Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)

parent de2e4484
......@@ -53,8 +53,8 @@ A small number of constants live in the built-in namespace. They are:
.. data:: Ellipsis
The same as ``...``. Special value used mostly in conjunction with extended
slicing syntax for user-defined container data types.
The same as the ellipsis literal "...". Special value used mostly in conjunction
with extended slicing syntax for user-defined container data types.
.. data:: __debug__
......@@ -96,4 +96,3 @@ should not be used in programs.
Object that when printed, prints the message "Type license() to see the
full license text", and when called, displays the full license text in a
pager-like fashion (one screen at a time).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment