There was an error while loading. Please reload this page.
2 parents ccafe45 + 60a0bdb commit 6e76952Copy full SHA for 6e76952
1 file changed
args_and_kwargs.rst
@@ -4,7 +4,7 @@
4
I have come to see that most new python programmers have a hard time
5
figuring out the \*args and \*\*kwargs magic variables. So what are they
6
? First of all let me tell you that it is not necessary to write \*args
7
-or \*\*kwargs. Only the ``*`` (aesteric) is necessary. You could have
+or \*\*kwargs. Only the ``*`` (asterisk) is necessary. You could have
8
also written \*var and \*\*vars. Writing \*args and \*\*kwargs is just a
9
convention. So now lets take a look at \*args first.
10
0 commit comments