mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
SF patch#786531 'the the' typo. Contributed by George Yoshida
This commit is contained in:
parent
c83124ab79
commit
f17d65da3a
11 changed files with 13 additions and 13 deletions
|
|
@ -68,7 +68,7 @@ def my_import(name):
|
|||
is the length of the tuple.
|
||||
If the optional \var{keywords} argument is present, it must be a
|
||||
dictionary whose keys are strings. It specifies keyword arguments
|
||||
to be added to the end of the the argument list.
|
||||
to be added to the end of the argument list.
|
||||
Calling \function{apply()} is different from just calling
|
||||
\code{\var{function}(\var{args})}, since in that case there is always
|
||||
exactly one argument. The use of \function{apply()} is equivalent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue