Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d918884

Browse files
committed
Fix typo
1 parent 5c1ee17 commit d918884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ \section{Built-in Functions \label{built-in-funcs}}
6767
user-defined or built-in function or method, or a class object) and
6868
the \var{args} argument must be a sequence. The \var{function} is
6969
called with \var{args} as the argument list; the number of arguments
70-
is the the length of the tuple.
70+
is the length of the tuple.
7171
If the optional \var{keywords} argument is present, it must be a
7272
dictionary whose keys are strings. It specifies keyword arguments
7373
to be added to the end of the the argument list.

0 commit comments

Comments
 (0)