[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.119,1.120
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Tue Jun 29 00:14:04 EDT 2004
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15956
Modified Files:
ref3.tex
Log Message:
Add a missing space.
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** ref3.tex 6 May 2004 12:44:29 -0000 1.119
--- ref3.tex 29 Jun 2004 04:14:02 -0000 1.120
***************
*** 1186,1190 ****
\begin{methoddesc}[object]{__hash__}{self}
! Called for the key object for dictionary\obindex{dictionary}
operations, and by the built-in function
\function{hash()}\bifuncindex{hash}. Should return a 32-bit integer
--- 1186,1190 ----
\begin{methoddesc}[object]{__hash__}{self}
! Called for the key object for dictionary \obindex{dictionary}
operations, and by the built-in function
\function{hash()}\bifuncindex{hash}. Should return a 32-bit integer
More information about the Python-checkins
mailing list