Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ee17 commit d918884Copy full SHA for d918884
1 file changed
Doc/lib/libfuncs.tex
@@ -67,7 +67,7 @@ \section{Built-in Functions \label{built-in-funcs}}
67
user-defined or built-in function or method, or a class object) and
68
the \var{args} argument must be a sequence. The \var{function} is
69
called with \var{args} as the argument list; the number of arguments
70
- is the the length of the tuple.
+ is the length of the tuple.
71
If the optional \var{keywords} argument is present, it must be a
72
dictionary whose keys are strings. It specifies keyword arguments
73
to be added to the end of the the argument list.
0 commit comments