[Python-checkins] cpython (merge 3.4 -> default): MERGE: Typo

jesus.cea python-checkins at python.org
Mon Mar 17 19:13:58 CET 2014


http://hg.python.org/cpython/rev/ea89d4059296
changeset:   89818:ea89d4059296
parent:      89816:3bb83f18851f
parent:      89817:b4bd114bf1ea
user:        Jesus Cea <jcea at jcea.es>
date:        Mon Mar 17 19:13:27 2014 +0100
summary:
  MERGE: Typo

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1839,7 +1839,7 @@
 have a 64 bit data type.  Any performance differences in comparison with the
 older FNV algorithm are trivial.
 
-The PEP adds additional fields to the :func:`sys.hash_info` struct sequence to
+The PEP adds additional fields to the :attr:`sys.hash_info` struct sequence to
 describe the hash algorithm in use by the currently executing binary.  Otherwise,
 the PEP does not alter any existing CPython APIs.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list