From: Fred Drake Date: Sat, 7 Mar 1998 05:32:08 +0000 (+0000) Subject: Remove unnecessary blank line in long code sample. X-Git-Tag: v1.5.1~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd05ca97625b26f086528141c95b34fe5d97b235;p=python Remove unnecessary blank line in long code sample. Remove a confusing article. --- diff --git a/Doc/ext.tex b/Doc/ext.tex index 9285c1c647..0c9f7790a5 100644 --- a/Doc/ext.tex +++ b/Doc/ext.tex @@ -781,7 +781,7 @@ with the type information from \var{format} from left to right. \strong{Note:} Nested tuples cannot be parsed when using keyword arguments! Keyword parameters passed in which are not present in the -\var{kwlist} will cause a \exception{TypeError} to be raised. +\var{kwlist} will cause \exception{TypeError} to be raised. Here is an example module which uses keywords, based on an example by Geoff Philbrick (\email{philbrick@hks.com}): @@ -825,8 +825,7 @@ void initkeywdarg() { /* Create the module and add the functions */ - Py_InitModule("keywdarg", keywdarg_methods); - + Py_InitModule("keywdarg", keywdarg_methods); } \end{verbatim} diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 9285c1c647..0c9f7790a5 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -781,7 +781,7 @@ with the type information from \var{format} from left to right. \strong{Note:} Nested tuples cannot be parsed when using keyword arguments! Keyword parameters passed in which are not present in the -\var{kwlist} will cause a \exception{TypeError} to be raised. +\var{kwlist} will cause \exception{TypeError} to be raised. Here is an example module which uses keywords, based on an example by Geoff Philbrick (\email{philbrick@hks.com}): @@ -825,8 +825,7 @@ void initkeywdarg() { /* Create the module and add the functions */ - Py_InitModule("keywdarg", keywdarg_methods); - + Py_InitModule("keywdarg", keywdarg_methods); } \end{verbatim}