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

Commit9524d31

Browse files
authored
Merge pull requestwilfredinni#46 from szTheory/patch-4
Update README.md - Fix typos
2 parentseac6043 +f936aad commit9524d31

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)
@@ -4354,14 +4354,14 @@ None
43544354
{}
43554355
```
43564356

4357-
###Thinks to Remember(args)
4357+
###Things to Remember(args)
43584358

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

4364-
###Thinks toremember(kwargs)
4364+
###Things toRemember(kwargs)
43654365

43664366
1. Function arguments can be specified by positionor by keyword.
43674367
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