Kaydet (Commit) 3962d5e8 authored tarafından Georg Brandl's avatar Georg Brandl

Minor typo fix.

üst 534ca2b8
...@@ -866,7 +866,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *); ...@@ -866,7 +866,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
#endif #endif
/* /*
* Convenient macros to deal with endianess of the platform. WORDS_BIGENDIAN is * Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is
* detected by configure and defined in pyconfig.h. The code in pyconfig.h * detected by configure and defined in pyconfig.h. The code in pyconfig.h
* also also takes care of Apple's universal builds. * also also takes care of Apple's universal builds.
*/ */
......
...@@ -20,7 +20,7 @@ Core and Builtins ...@@ -20,7 +20,7 @@ Core and Builtins
user that created them, even when the source file is read-only. 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 - 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 - Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer
objects. objects.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment