mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Typo fix in asyncio-eventloop.rst (GH-26482)
This commit is contained in:
		
							parent
							
								
									bdb56902a3
								
							
						
					
					
						commit
						225caf78d1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1440,7 +1440,7 @@ Do not instantiate the class directly.
 | 
				
			||||||
      Start accepting connections.
 | 
					      Start accepting connections.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      This method is idempotent, so it can be called when
 | 
					      This method is idempotent, so it can be called when
 | 
				
			||||||
      the server is already being serving.
 | 
					      the server is already serving.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      The *start_serving* keyword-only parameter to
 | 
					      The *start_serving* keyword-only parameter to
 | 
				
			||||||
      :meth:`loop.create_server` and
 | 
					      :meth:`loop.create_server` and
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue