From 57a11075133ef0f1953cce90085b82055228165b Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Thu, 4 May 2006 15:08:44 +0000 Subject: [PATCH] *** empty log message *** [SVN r33924] --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index c2199f0..cb8a954 100755 --- a/doc/python.rst +++ b/doc/python.rst @@ -71,7 +71,7 @@ specified to the binding functions below, that argument must be specified as a In the example below the default type for argument ``y`` is ``char const[5]``, but the argument type is ``int``. Therefore ``y`` must be specified as a *special* -argument in the |KeywordSpec|. +argument in the |KeywordsSpec|. Doing this will generate N^2 overloads, where N is the number of *special* arguments. In this case two overloads will be generated, one with ``y`` included and one without.