mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
This commit is contained in:
		
							parent
							
								
									832d99bdbb
								
							
						
					
					
						commit
						9cbcc2f1c0
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -195,7 +195,7 @@ Basic Usage
 | 
			
		|||
 | 
			
		||||
      Keys in key/value pairs of JSON are always of the type :class:`str`. When
 | 
			
		||||
      a dictionary is converted into JSON, all the keys of the dictionary are
 | 
			
		||||
      coerced to strings. As a result of this, if a dictionary is convered
 | 
			
		||||
      coerced to strings. As a result of this, if a dictionary is converted
 | 
			
		||||
      into JSON and then back into a dictionary, the dictionary may not equal
 | 
			
		||||
      the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
 | 
			
		||||
      keys.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -446,6 +446,7 @@ Chris Herborth
 | 
			
		|||
Ivan Herman
 | 
			
		||||
Jürgen Hermann
 | 
			
		||||
Gary Herron
 | 
			
		||||
Ernie Hershey
 | 
			
		||||
Thomas Herve
 | 
			
		||||
Bernhard Herzog
 | 
			
		||||
Magnus L. Hetland
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue