mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fixed a typo in docstring I happened upon.
This commit is contained in:
		
							parent
							
								
									b56b494bea
								
							
						
					
					
						commit
						ebbffd42f3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -50,7 +50,7 @@ | ||||||
| unix server classes. | unix server classes. | ||||||
| 
 | 
 | ||||||
| Forking and threading versions of each type of server can be created | Forking and threading versions of each type of server can be created | ||||||
| using the ForkingServer and ThreadingServer mix-in classes.  For | using the ForkingMixIn and ThreadingMixIn mix-in classes.  For | ||||||
| instance, a threading UDP server class is created as follows: | instance, a threading UDP server class is created as follows: | ||||||
| 
 | 
 | ||||||
|         class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass |         class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum