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:
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
Block a user