0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

Fix missing parethesis.

This commit is contained in:
Raymond Hettinger 2003-05-20 05:31:16 +00:00
parent 092b2a97d2
commit f9c2eda3c1

View 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