mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Add a missing space.
This commit is contained in:
parent
46d4ff2b72
commit
a031a0870d
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ keys.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[object]{__hash__}{self}
|
\begin{methoddesc}[object]{__hash__}{self}
|
||||||
Called for the key object for dictionary\obindex{dictionary}
|
Called for the key object for dictionary \obindex{dictionary}
|
||||||
operations, and by the built-in function
|
operations, and by the built-in function
|
||||||
\function{hash()}\bifuncindex{hash}. Should return a 32-bit integer
|
\function{hash()}\bifuncindex{hash}. Should return a 32-bit integer
|
||||||
usable as a hash value
|
usable as a hash value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue