Skip to content

Commit

Permalink
Merge pull request #18 from GLMeece/patch-1
Browse files Browse the repository at this point in the history
Update args_and_kwargs.rst
  • Loading branch information
yasoob committed Aug 17, 2015
2 parents ccafe45 + 60a0bdb commit 6e76952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args_and_kwargs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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 ``*`` (aesteric) is necessary. You could have
or \*\*kwargs. Only the ``*`` (asterisk) is necessary. You could have
also written \*var and \*\*vars. Writing \*args and \*\*kwargs is just a
convention. So now lets take a look at \*args first.

Expand Down

0 comments on commit 6e76952

Please sign in to comment.