mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	try to pick a unicode char that latex understands
This commit is contained in:
		
							parent
							
								
									5fb161f170
								
							
						
					
					
						commit
						7df46aaf32
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -158,7 +158,7 @@ are always available.  They are listed here in alphabetical order.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Return the string representing a character whose Unicode codepoint is the
 | 
					   Return the string representing a character whose Unicode codepoint is the
 | 
				
			||||||
   integer *i*.  For example, ``chr(97)`` returns the string ``'a'``, while
 | 
					   integer *i*.  For example, ``chr(97)`` returns the string ``'a'``, while
 | 
				
			||||||
   ``chr(9731)`` returns the string ``'☃'``. This is the inverse of :func:`ord`.
 | 
					   ``chr(9835)`` returns the string ``'♫'``. This is the inverse of :func:`ord`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in
 | 
					   The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in
 | 
				
			||||||
   base 16).  :exc:`ValueError` will be raised if *i* is outside that range.
 | 
					   base 16).  :exc:`ValueError` will be raised if *i* is outside that range.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue