Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf936aad

Browse files
authored
Update README.md
Fix typos
1 parentcd24027 commitf936aad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ All contributions are welcome:
189189
-[Lambda Functions](#lambda-functions)
190190
-[Ternary Conditional Operator](#ternary-conditional-operator)
191191
-[args and kwargs](#args-and-kwargs)
192-
-[Thinks to Remember(args)](#thinks-to-rememberargs)
193-
-[Thinks toremember(kwargs)](#thinks-to-rememberkwargs)
192+
-[Things to Remember(args)](#things-to-rememberargs)
193+
-[Things toRemember(kwargs)](#things-to-rememberkwargs)
194194
-[Context Manager](#context-manager)
195195
-[with statement](#with-statement)
196196
-[Writing your own contextmanager using generator syntax](#writing-your-own-contextmanager-using-generator-syntax)
@@ -4359,14 +4359,14 @@ None
43594359
{}
43604360
```
43614361

4362-
###Thinks to Remember(args)
4362+
###Things to Remember(args)
43634363

43644364
1. Functions can accept a variable number of positional arguments by using```*args```in thedef statement.
43654365
2. You can use the itemsfrom a sequenceas the positional argumentsfor a functionwith the```*``` operator.
43664366
3. Using the```*``` operatorwith a generator may cause your program to run out of memoryand crash.
43674367
4. Adding new positional parameters to functions that accept```*args``` can introduce hard-to-find bugs.
43684368

4369-
###Thinks toremember(kwargs)
4369+
###Things toRemember(kwargs)
43704370

43714371
1. Function arguments can be specified by positionor by keyword.
43724372
2. Keywords make it clear what the purpose of each argumentis when it would be confusingwith only positional arguments.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp