diff options
author | Michael W. Hudson <mwh@python.net> | 2002-05-27 14:05:31 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-05-27 14:05:31 (GMT) |
commit | e5df1058f12b254bb0958ed7ebf788c0eb6fa332 (patch) | |
tree | bb627b7403189bd1fe6f61e5321083316c0154d0 | |
parent | 24989727b97368506c85bb23a1adfdf698f9ed7e (diff) | |
download | cpython-e5df1058f12b254bb0958ed7ebf788c0eb6fa332.zip cpython-e5df1058f12b254bb0958ed7ebf788c0eb6fa332.tar.gz cpython-e5df1058f12b254bb0958ed7ebf788c0eb6fa332.tar.bz2 |
Silly typo.
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index e3addc7..b978de2 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -10,7 +10,7 @@ #endif /* Forcing SUSv2 compatibility still produces problems on some - platforms, True64 and SGI IRIX begin two of them, so for now the + platforms, True64 and SGI IRIX being two of them, so for now the define is switched off. */ #if 0 #ifndef _XOPEN_SOURCE |