mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 18:07:37 +00:00 
			
		
		
		
	Fixed an incorrect sentence in the docs (GH-17205)
Fixed an incorrect sentence in Doc/c-api/mapping.rst I fell on while translating the file. skip issue Automerge-Triggered-By: @csabella
This commit is contained in:
		
							parent
							
								
									046442d02b
								
							
						
					
					
						commit
						06ca2a2be9
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -14,8 +14,7 @@ See also :c:func:`PyObject_GetItem`, :c:func:`PyObject_SetItem` and | ||||||
|    Return ``1`` if the object provides mapping protocol or supports slicing, |    Return ``1`` if the object provides mapping protocol or supports slicing, | ||||||
|    and ``0`` otherwise.  Note that it returns ``1`` for Python classes with |    and ``0`` otherwise.  Note that it returns ``1`` for Python classes with | ||||||
|    a :meth:`__getitem__` method since in general case it is impossible to |    a :meth:`__getitem__` method since in general case it is impossible to | ||||||
|    determine what the type of keys it supports.  This function always |    determine what type of keys it supports. This function always succeeds. | ||||||
|    succeeds. |  | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| .. c:function:: Py_ssize_t PyMapping_Size(PyObject *o) | .. c:function:: Py_ssize_t PyMapping_Size(PyObject *o) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aveheuzed
						Aveheuzed