Skip to content

Commit bf9d317

Browse files
Tom Floyer1st1
Tom Floyer
authored andcommitted
bpo-31810: added missing keywords to docs. (#4140)
async and await keywords has been merged into upstream, but they are all missing in the lexical analysis docs. This change adds them to the appropriate keywords section in documentation.
1 parent 2138163 commit bf9d317

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@ exactly as written here:
340340

341341
.. sourcecode:: text
342342

343-
False class finally is return
344-
None continue for lambda try
345-
True def from nonlocal while
346-
and del global not with
347-
as elif if or yield
348-
assert else import pass
349-
break except in raise
343+
False await else import pass
344+
None break except in raise
345+
True class finally is return
346+
and continue for lambda try
347+
as def from nonlocal while
348+
assert del global not with
349+
async elif if or yield
350350

351351
.. _id-classes:
352352

0 commit comments

Comments
 (0)