mirror of
https://github.com/python/cpython.git
synced 2024-12-14 12:26:47 +08:00
Fix typo
This commit is contained in:
parent
5c1ee17742
commit
d918884bb8
@ -67,7 +67,7 @@ def my_import(name):
|
||||
user-defined or built-in function or method, or a class object) and
|
||||
the \var{args} argument must be a sequence. The \var{function} is
|
||||
called with \var{args} as the argument list; the number of arguments
|
||||
is the the length of the tuple.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user