Skip to content

Commit 60a0bdb

Browse files
committed
Update args_and_kwargs.rst
Corrected spelling of "asterisk".
1 parent 28de44a commit 60a0bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

args_and_kwargs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
I have come to see that most new python programmers have a hard time
55
figuring out the \*args and \*\*kwargs magic variables. So what are they
66
? 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
7+
or \*\*kwargs. Only the ``*`` (asterisk) is necessary. You could have
88
also written \*var and \*\*vars. Writing \*args and \*\*kwargs is just a
99
convention. So now lets take a look at \*args first.
1010

0 commit comments

Comments
 (0)