Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion args_and_kwargs.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\*args and \*\*kwargs
---------------------

I have come to see that most new python programmers have a hard time
I have come to see that most new Python programmers have a hard time
figuring out the \*args and \*\*kwargs magic variables. So what are they
? First of all, let me tell you that it is not necessary to write \*args
or \*\*kwargs. Only the ``*`` (asterisk) is necessary. You could have
Expand Down