Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grammar: add an apostrophe #209

Merged
merged 1 commit into from Jun 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion args_and_kwargs.rst
Expand Up @@ -6,7 +6,7 @@ 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
also written \*var and \*\*vars. Writing \*args and \*\*kwargs is just a
convention. So now lets take a look at \*args first.
convention. So now let's take a look at \*args first.

Usage of \*args
^^^^^^^^^^^^^^^
Expand Down