Skip to content

Commit 523e71f

Browse files
fix: typo (#1795)
1 parent 3c5c5b5 commit 523e71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WhatsNewInPython36.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Deprecated
107107

108108
New Keywords
109109
------------
110-
- [ ]`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`.
110+
- [ ] `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`.
111111

112112
Deprecated Python Behavior
113113
--------------------------

0 commit comments

Comments
 (0)