Skip to content

Commit

Permalink
Add missing enum in function docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Sep 5, 2023
1 parent 244b732 commit 96f1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/ast/pre_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def pre_parse(code: str) -> tuple[Settings, ModificationOffsets, str]:
Re-formats a vyper source string into a python source string and performs
some validation. More specifically,
* Translates "interface", "struct" and "event" keywords into python "class" keyword
* Translates "interface", "struct", "enum, and "event" keywords into python "class" keyword
* Validates "@version" pragma against current compiler version
* Prevents direct use of python "class" keyword
* Prevents use of python semi-colon statement separator
Expand Down

0 comments on commit 96f1e86

Please sign in to comment.