Improve a docstring, fixes #55.

This commit is contained in:
Dave Halter
2019-01-26 21:34:36 +01:00
parent a2b153e3c1
commit 076e296497

View File

@@ -969,7 +969,7 @@ class ImportName(Import):
class KeywordStatement(PythonBaseNode):
"""
For the following statements: `assert`, `del`, `global`, `nonlocal`,
`raise`, `return`, `yield`, `return`, `yield`.
`raise`, `return`, `yield`.
`pass`, `continue` and `break` are not in there, because they are just
simple keywords and the parser reduces it to a keyword.