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

Commit 576775e

Browse files
authored
Removed link
1 parent f84812f commit 576775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
10. [Maps and Sets](#maps-and-sets)
1313
11. [Iterables and iterators](#iterables-and-iterators)
1414
12. [Generators](#generators)
15-
12.[async and await function](#async-and-await-function)
15+
1616
## Variable scope
1717

1818
The scope is the current context of execution. The context in which values and expressions are "visible," or can be referenced. If a variable or other expression is not "in the current scope," then it is unavailable for use. Scopes can also be layered in a hierarchy, so that child scopes have access to parent scopes, but not vice versa.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /