]> granicus.if.org Git - python/commitdiff
Remove unnecessary blank line in long code sample.
authorFred Drake <fdrake@acm.org>
Sat, 7 Mar 1998 05:32:08 +0000 (05:32 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 7 Mar 1998 05:32:08 +0000 (05:32 +0000)
Remove a confusing article.

Doc/ext.tex
Doc/ext/ext.tex

index 9285c1c647dc7ce316a03b7e29adf52df07c634a..0c9f7790a5285fbd2624f5fe0e112014c4b21f02 100644 (file)
@@ -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 \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}
 
index 9285c1c647dc7ce316a03b7e29adf52df07c634a..0c9f7790a5285fbd2624f5fe0e112014c4b21f02 100644 (file)
@@ -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 \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}