summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2014-03-17 18:13:27 (GMT)
committerJesus Cea <jcea@jcea.es>2014-03-17 18:13:27 (GMT)
commit5d1cc7e0af7dcc21301dadeee704bc9fab756bc8 (patch)
treed6fc1425001dd578801b76a18150d34f178244e5
parentf6f3c4588a6bd75841d324b71be9ba4e34bdd46c (diff)
parentbdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a (diff)
downloadcpython-5d1cc7e0af7dcc21301dadeee704bc9fab756bc8.zip
cpython-5d1cc7e0af7dcc21301dadeee704bc9fab756bc8.tar.gz
cpython-5d1cc7e0af7dcc21301dadeee704bc9fab756bc8.tar.bz2
MERGE: Typo
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 112b76b..0ee61f3 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1839,7 +1839,7 @@ Python's default implementation to a SipHash implementation on platforms that
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.