File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ \section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
781781
782782\strong {Note:} Nested tuples cannot be parsed when using keyword
783783arguments! Keyword parameters passed in which are not present in the
784- \var {kwlist} will cause a \exception {TypeError} to be raised.
784+ \var {kwlist} will cause \exception {TypeError} to be raised.
785785
786786Here is an example module which uses keywords, based on an example by
787787Geoff Philbrick (
\email {
[email protected] }):
@@ -825,8 +825,7 @@ \section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
825825initkeywdarg()
826826{
827827 /* Create the module and add the functions */
828- Py_InitModule("keywdarg", keywdarg_methods);
829-
828+ Py_InitModule("keywdarg", keywdarg_methods);
830829}
831830\end {verbatim }
832831
Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ \section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
781781
782782\strong {Note:} Nested tuples cannot be parsed when using keyword
783783arguments! Keyword parameters passed in which are not present in the
784- \var {kwlist} will cause a \exception {TypeError} to be raised.
784+ \var {kwlist} will cause \exception {TypeError} to be raised.
785785
786786Here is an example module which uses keywords, based on an example by
787787Geoff Philbrick (
\email {
[email protected] }):
@@ -825,8 +825,7 @@ \section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
825825initkeywdarg()
826826{
827827 /* Create the module and add the functions */
828- Py_InitModule("keywdarg", keywdarg_methods);
829-
828+ Py_InitModule("keywdarg", keywdarg_methods);
830829}
831830\end {verbatim }
832831
You can’t perform that action at this time.
0 commit comments