mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix missing parethesis.
This commit is contained in:
parent
092b2a97d2
commit
f9c2eda3c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1344,7 +1344,7 @@ import_spam(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !defined(Py_SPAMMODULE_H */
|
#endif /* !defined(Py_SPAMMODULE_H) */
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
All that a client module must do in order to have access to the
|
All that a client module must do in order to have access to the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue