mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	closes issue14257 - Grammatical fix
This commit is contained in:
		
						commit
						9186850088
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -146,9 +146,9 @@ Glossary | |||
|       For more information about descriptors' methods, see :ref:`descriptors`. | ||||
| 
 | ||||
|    dictionary | ||||
|       An associative array, where arbitrary keys are mapped to values.  The keys | ||||
|       can be any object with :meth:`__hash__` method and :meth:`__eq__` | ||||
|       methods. Called a hash in Perl. | ||||
|       An associative array, where arbitrary keys are mapped to values.  The | ||||
|       keys can be any object with :meth:`__hash__` and :meth:`__eq__` methods. | ||||
|       Called a hash in Perl. | ||||
| 
 | ||||
|    docstring | ||||
|       A string literal which appears as the first expression in a class, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Senthil Kumaran
						Senthil Kumaran