mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	docs.capi: Fix tp_as_async doc
This commit is contained in:
		
							parent
							
								
									a72f0cdaea
								
							
						
					
					
						commit
						bce294b993
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -220,7 +220,7 @@ type objects) *must* have the :attr:`ob_size` field.
 | 
				
			||||||
   the subtype's :c:member:`~PyTypeObject.tp_setattr` and :c:member:`~PyTypeObject.tp_setattro` are both *NULL*.
 | 
					   the subtype's :c:member:`~PyTypeObject.tp_setattr` and :c:member:`~PyTypeObject.tp_setattro` are both *NULL*.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. c:member:: void* PyTypeObject.tp_as_async
 | 
					.. c:member:: PyAsyncMethods* tp_as_async
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Pointer to an additional structure that contains fields relevant only to
 | 
					   Pointer to an additional structure that contains fields relevant only to
 | 
				
			||||||
   objects which implement :term:`awaitable` and :term:`asynchronous iterator`
 | 
					   objects which implement :term:`awaitable` and :term:`asynchronous iterator`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue