cpython: 2b7c39db2150 (original) (raw)

Mercurial > cpython

changeset 75533:2b7c39db2150

closes issue14257 - cpython - minor error in glossary wording regarding __hash__ [#14257]

Senthil Kumaran senthil@uthcode.com
date Sun, 11 Mar 2012 21:06:03 -0700
parents f452d7d5470d(current diff)3f15c069454d(diff)
children b8a14f95453a
files Doc/glossary.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/glossary.rst 2

line wrap: on

line diff

--- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -147,7 +147,7 @@ Glossary dictionary An associative array, where arbitrary keys are mapped to values. The keys

docstring