Skip to content

Commit

Permalink
Merge branch 'feat/convert_annassign' of https://github.com/tserg/vyper
Browse files Browse the repository at this point in the history
… into feat/convert_annassign
  • Loading branch information
tserg committed Jul 18, 2022
2 parents c4e150d + c661854 commit 958fba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vyper/ast/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def parse_to_ast(
Source id to use in the `src` member of each node.
contract_name: str, optional
Name of contract.
add_fn_node: bool, optional
Adds a dummy Python AST FunctionDef node.
add_fn_node: str, optional
If not None, adds a dummy Python AST FunctionDef wrapper node.
Returns
-------
Expand Down

0 comments on commit 958fba6

Please sign in to comment.