mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
This commit is contained in:
		
							parent
							
								
									de2e448414
								
							
						
					
					
						commit
						a8d5e2f255
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -53,8 +53,8 @@ A small number of constants live in the built-in namespace.  They are:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. data:: Ellipsis
 | 
					.. data:: Ellipsis
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The same as ``...``.  Special value used mostly in conjunction with extended
 | 
					   The same as the ellipsis literal "...".  Special value used mostly in conjunction
 | 
				
			||||||
   slicing syntax for user-defined container data types.
 | 
					   with extended slicing syntax for user-defined container data types.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. data:: __debug__
 | 
					.. data:: __debug__
 | 
				
			||||||
| 
						 | 
					@ -96,4 +96,3 @@ should not be used in programs.
 | 
				
			||||||
   Object that when printed, prints the message "Type license() to see the
 | 
					   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
 | 
					   full license text", and when called, displays the full license text in a
 | 
				
			||||||
   pager-like fashion (one screen at a time).
 | 
					   pager-like fashion (one screen at a time).
 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue