]> granicus.if.org Git - python/commitdiff
Fix missing parethesis.
authorRaymond Hettinger <python@rcn.com>
Tue, 20 May 2003 05:31:16 +0000 (05:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 20 May 2003 05:31:16 +0000 (05:31 +0000)
Doc/ext/extending.tex

index 2b7963e665a98fe3857d7af942b76d01e989d1b6..0f38e96f10f904e990785829ade1c85b21ebbd6d 100644 (file)
@@ -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