Skip to content

Commit

Permalink
fix: typo (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon73-Computing committed Apr 24, 2024
1 parent 3c5c5b5 commit 523e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhatsNewInPython36.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Deprecated

New Keywords
------------
- [ ]`async` and `await` are not recommended to be used as variable, class, function or module names. Introduced by PEP 492 in Python 3.5, they will become proper keywords in Python 3.7. Starting in Python 3.6, the use of `async` or `await` as names will generate a `DeprecationWarning`.
- [ ] `async` and `await` are not recommended to be used as variable, class, function or module names. Introduced by PEP 492 in Python 3.5, they will become proper keywords in Python 3.7. Starting in Python 3.6, the use of `async` or `await` as names will generate a `DeprecationWarning`.

Deprecated Python Behavior
--------------------------
Expand Down

0 comments on commit 523e71f

Please sign in to comment.