Fix missing parethesis.
This commit is contained in:
parent
092b2a97d2
commit
f9c2eda3c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue