mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		
							parent
							
								
									6da56f9428
								
							
						
					
					
						commit
						04855cc100
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -270,7 +270,7 @@ def testHostnameRes(self): | ||||||
|         all_host_names = [hostname, hname] + aliases |         all_host_names = [hostname, hname] + aliases | ||||||
|         fqhn = socket.getfqdn() |         fqhn = socket.getfqdn() | ||||||
|         if not fqhn in all_host_names: |         if not fqhn in all_host_names: | ||||||
|             self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqdn, repr(all_host_names))) |             self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names))) | ||||||
| 
 | 
 | ||||||
|     def testRefCountGetNameInfo(self): |     def testRefCountGetNameInfo(self): | ||||||
|         # Testing reference count for getnameinfo |         # Testing reference count for getnameinfo | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis