summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorXtreak <tirkarthi@users.noreply.github.com>2018-10-08 15:14:16 (GMT)
committerCarol Willing <carolcode@willingconsulting.com>2018-10-08 15:14:16 (GMT)
commita8d5e2f255f1a20fc8af7dc16a7cb708e014952a (patch)
tree7993d3e89e85fbfaf9489c5f41ac5cef61462b55 /Doc/library
parentde2e448414530689f2e60e84fd78bdfebb772898 (diff)
downloadcpython-a8d5e2f255f1a20fc8af7dc16a7cb708e014952a.zip
cpython-a8d5e2f255f1a20fc8af7dc16a7cb708e014952a.tar.gz
cpython-a8d5e2f255f1a20fc8af7dc16a7cb708e014952a.tar.bz2
Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/constants.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst
index 78f1619..a698ff8 100644
--- a/Doc/library/constants.rst
+++ b/Doc/library/constants.rst
@@ -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).
-