diff options
author | Jesus Cea <jcea@jcea.es> | 2014-03-17 18:13:09 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2014-03-17 18:13:09 (GMT) |
commit | bdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a (patch) | |
tree | 1876c7f3aa9e266ad46f4234ec96ca04592890d0 /Doc/whatsnew | |
parent | cec25b01ec0e842e2244df67e74054e1d9a5b774 (diff) | |
download | cpython-bdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a.zip cpython-bdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a.tar.gz cpython-bdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a.tar.bz2 |
Typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 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. |