mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	#7612: typo in stdtypes.rst
This commit is contained in:
		
							parent
							
								
									eb6f8de8bf
								
							
						
					
					
						commit
						d8e67e78fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -650,7 +650,7 @@ string syntax: ``b'xyzzy'``.  To construct byte arrays, use the | |||
|    Also, while in previous Python versions, byte strings and Unicode strings | ||||
|    could be exchanged for each other rather freely (barring encoding issues), | ||||
|    strings and bytes are now completely separate concepts.  There's no implicit | ||||
|    en-/decoding if you pass and object of the wrong type.  A string always | ||||
|    en-/decoding if you pass an object of the wrong type.  A string always | ||||
|    compares unequal to a bytes or bytearray object. | ||||
| 
 | ||||
| Lists are constructed with square brackets, separating items with commas: ``[a, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ezio Melotti
						Ezio Melotti