]> granicus.if.org Git - python/commitdiff
Typo
authorJesus Cea <jcea@jcea.es>
Mon, 17 Mar 2014 18:13:09 +0000 (19:13 +0100)
committerJesus Cea <jcea@jcea.es>
Mon, 17 Mar 2014 18:13:09 +0000 (19:13 +0100)
Doc/whatsnew/3.4.rst

index 112b76beb0b6e1c49fd96c59390963de5e853691..0ee61f395aa0e9653d832f1c39b8243375ee5dab 100644 (file)
@@ -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.