diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index caa59e503d5..ee3fbc13e2b 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -340,13 +340,13 @@ exactly as written here: .. sourcecode:: text - False class finally is return - None continue for lambda try - True def from nonlocal while - and del global not with - as elif if or yield - assert else import pass - break except in raise + False await else import pass + None break except in raise + True class finally is return + and continue for lambda try + as def from nonlocal while + assert del global not with + async elif if or yield .. _id-classes: