Skip to content

Commit

Permalink
#150-Modify Correct Parser code
Browse files Browse the repository at this point in the history
Fixed minor typo.
  • Loading branch information
schmouk committed Jun 6, 2019
1 parent e53a649 commit fc17f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FrontEnd/Parser/fe_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ def _import_as_names1(self) -> bool:
def _import_but(self) -> bool:
#===============================================================================
# <import but> ::= 'but' <identifier> <import but'>
# | EPS
# | EPS
#===============================================================================
if self._current.is_BUT():
self._append_syntaxic_node()
Expand Down

0 comments on commit fc17f58

Please sign in to comment.