diff options
author | Georg Brandl <georg@python.org> | 2012-10-28 07:48:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-28 07:48:28 (GMT) |
commit | 3962d5e8926e71496d111946cad534860300b437 (patch) | |
tree | d53044788602cdd3d8033a433abb3a5fded4548e /Misc | |
parent | 534ca2b8eac7437a5566eaf76c19efd02756b1be (diff) | |
download | cpython-3962d5e8926e71496d111946cad534860300b437.zip cpython-3962d5e8926e71496d111946cad534860300b437.tar.gz cpython-3962d5e8926e71496d111946cad534860300b437.tar.bz2 |
Minor typo fix.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Core and Builtins user that created them, even when the source file is read-only. - Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified - endianess detection and handling. + endianness detection and handling. - Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. |