]> granicus.if.org Git - python/commitdiff
Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
authorXtreak <tirkarthi@users.noreply.github.com>
Mon, 8 Oct 2018 15:14:16 +0000 (20:44 +0530)
committerCarol Willing <carolcode@willingconsulting.com>
Mon, 8 Oct 2018 15:14:16 +0000 (20:44 +0530)
Doc/library/constants.rst

index 78f16196369810810ff3dd3fd26103976b57681c..a698ff8d5a5bf2e5a138f2f38e4ba13b82b2f061 100644 (file)
@@ -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).
-