From: Raymond Hettinger Date: Tue, 20 May 2003 05:31:16 +0000 (+0000) Subject: Fix missing parethesis. X-Git-Tag: v2.3c1~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9c2eda3c1c6ce73375b05fe8e961ff6eb550dd7;p=python Fix missing parethesis. --- diff --git a/Doc/ext/extending.tex b/Doc/ext/extending.tex index 2b7963e665..0f38e96f10 100644 --- a/Doc/ext/extending.tex +++ b/Doc/ext/extending.tex @@ -1344,7 +1344,7 @@ import_spam(void) } #endif -#endif /* !defined(Py_SPAMMODULE_H */ +#endif /* !defined(Py_SPAMMODULE_H) */ \end{verbatim} All that a client module must do in order to have access to the