mirror of https://github.com/python/cpython.git
Allow a page break in a code longish example.
This commit is contained in:
parent
cfbf1a33c1
commit
31f8483eef
|
@ -1000,7 +1000,9 @@ static PyMethodDef keywdarg_methods[] = {
|
|||
"Print a lovely skit to standard output."},
|
||||
{NULL, NULL, 0, NULL} /* sentinel */
|
||||
};
|
||||
\end{verbatim}
|
||||
|
||||
\begin{verbatim}
|
||||
void
|
||||
initkeywdarg(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue