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

Commit00a087a

Browse files
authored
minor fix
1 parent244d0e2 commit00a087a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ All contributions are welcome:
192192
-[Context Manager](#context-manager)
193193
-[with statement](#with-statement)
194194
-[Writing your own contextmanager using generator syntax](#writing-your-own-contextmanager-using-generator-syntax)
195-
-[__main__ Top-level script environment](#main-top-level-script-environment)
195+
-[`__main__` Top-level script environment](#main-top-level-script-environment)
196196
-[Advantages](#advantages)
197197
-[Virtual Environment](#virtual-environment)
198198
-[virtualenv](#virtualenv)
@@ -4361,7 +4361,7 @@ Exit
43614361

43624362
[*Return to the Top*](#python-cheatsheet)
43634363

4364-
## __main__ Top-level script environment
4364+
##`__main__` Top-level script environment
43654365

43664366
`__main__`is the name of the scopein which top-level code executes.
43674367
A module’s__name__isset equal to`__main__` when readfrom standardinput, a script,orfrom an interactive prompt.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp