mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		
							parent
							
								
									4892381207
								
							
						
					
					
						commit
						f4bb1f946e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2536,7 +2536,7 @@ when accessed.  Cell objects are not likely to be useful elsewhere.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
 | 
					\begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
 | 
				
			||||||
  Return the contents of the cell \var{cell}, but without checking
 | 
					  Return the contents of the cell \var{cell}, but without checking
 | 
				
			||||||
  that \var{cell} is non-\NULL{} and a call object.
 | 
					  that \var{cell} is non-\NULL{} and a cell object.
 | 
				
			||||||
\end{cfuncdesc}
 | 
					\end{cfuncdesc}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}
 | 
					\begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue