add "return" to python3 keywords

This commit is contained in:
parrt 2016-03-29 14:44:17 -07:00
parent 41a196082d
commit 1beb8feb4f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class Python3Target extends Target {
"memoryview",
"object", "oct", "open", "ord",
"pow", "print", "property",
"range", "raw_input", "reduce", "reload", "repr", "reversed", "round",
"range", "raw_input", "reduce", "reload", "repr", "return", "reversed", "round",
"set", "setattr", "slice", "sorted", "staticmethod", "str", "sum", "super",
"tuple", "type",
"unichr", "unicode",