Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Anton <anton.cheshkov@huawei.com>
  • Loading branch information
aravij and acheshkov authored Jul 29, 2020
1 parent 74d67ee commit 37fdcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aibolit/ast_framework/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _add_javalang_standard_node(tree: DiGraph, javalang_node: Node) -> Tuple[int
@staticmethod
def _post_process_javalang_attributes(tree: DiGraph, node_type: ASTNodeType, attributes: Dict[str, Any]) -> None:
"""
Replace some attributes with more appropriate values for convince work
Replace some attributes with more appropriate values for convenient work
"""

if node_type == ASTNodeType.METHOD_DECLARATION and attributes["body"] is None:
Expand Down

0 comments on commit 37fdcb8

Please sign in to comment.