# HG changeset patch # User Hong Minhee # Date 1463298803 -32400 # Sun May 15 16:53:23 2016 +0900 # Branch 3.5 # Node ID 191e45dec646edfb7d7a01467cc758faf1fcdcbf # Parent c05689e630d3693212601dbd4370271fd010d612 Add missing async/await keywords to reference docs diff -r c05689e630d3 -r 191e45dec646 Doc/reference/lexical_analysis.rst --- a/Doc/reference/lexical_analysis.rst Sun May 15 01:30:47 2016 -0400 +++ b/Doc/reference/lexical_analysis.rst Sun May 15 16:53:23 2016 +0900 @@ -340,13 +340,13 @@ .. 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: