mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-36766: Typos in docs and code comments (GH-13116)
This commit is contained in:
		
							parent
							
								
									3921b1cc34
								
							
						
					
					
						commit
						9646630895
					
				
					 22 changed files with 22 additions and 22 deletions
				
			
		|  | @ -4332,7 +4332,7 @@ def test_pha_optional_nocert(self): | |||
|                 self.assertEqual(s.recv(1024), b'FALSE\n') | ||||
|                 s.write(b'PHA') | ||||
|                 self.assertEqual(s.recv(1024), b'OK\n') | ||||
|                 # optional doens't fail when client does not have a cert | ||||
|                 # optional doesn't fail when client does not have a cert | ||||
|                 s.write(b'HASCERT') | ||||
|                 self.assertEqual(s.recv(1024), b'FALSE\n') | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 penguindustin
						penguindustin