From be7b87811edb0a70d1dd5a64b66ab367f103d0e3 Mon Sep 17 00:00:00 2001 From: Kitty Depa Date: Fri, 14 Apr 2023 11:46:24 +0200 Subject: [PATCH] Capitalise "Python" --- args_and_kwargs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args_and_kwargs.rst b/args_and_kwargs.rst index 85ed174..fc179cf 100644 --- a/args_and_kwargs.rst +++ b/args_and_kwargs.rst @@ -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