Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serguei-k authored Sep 27, 2018
1 parent 2e5dc7f commit 999b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/maya_math_nodes/expression_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_precedence(self):
return PRECEDENCE[self.token.value]

def parse_number(self):
""""Parse current token as number
"""Parse current token as number
Returns:
Number: Returns Number AST node
Expand Down

0 comments on commit 999b859

Please sign in to comment.