diff options
author | Michael W. Hudson <mwh@python.net> | 2002-05-27 14:05:31 +0000 |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-05-27 14:05:31 +0000 |
commit | e5df1058f12b254bb0958ed7ebf788c0eb6fa332 (patch) | |
tree | bb627b7403189bd1fe6f61e5321083316c0154d0 /Include/Python.h | |
parent | 24989727b97368506c85bb23a1adfdf698f9ed7e (diff) | |
download | cpython-git-e5df1058f12b254bb0958ed7ebf788c0eb6fa332.tar.gz |
Silly typo.
Diffstat (limited to 'Include/Python.h')
-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 e3addc704a..b978de2e96 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 |