summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 22:38:13 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 22:38:13 (GMT)
commit8e7586bd44cf2a117228bb8d2b2de52ae1e88fab (patch)
tree55dc61a57bfcecf3c14d771271859ea0d5fe7c3c /Include
parent8b53559a899e269aed6014eaaad545567c06b77e (diff)
downloadcpython-8e7586bd44cf2a117228bb8d2b2de52ae1e88fab.zip
cpython-8e7586bd44cf2a117228bb8d2b2de52ae1e88fab.tar.gz
cpython-8e7586bd44cf2a117228bb8d2b2de52ae1e88fab.tar.bz2
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 8d38ccb..17d9f6d 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -881,7 +881,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/*
* 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
- * also also takes care of Apple's universal builds.
+ * also takes care of Apple's universal builds.
*/
#ifdef WORDS_BIGENDIAN