Skip to content

Commit

Permalink
Pull request 51. Minor formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Apr 17, 2015
1 parent f66be9e commit ca1e2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ply/lex.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ def get_rules(self):
# Now build up a list of functions and a list of strings

self.toknames = { } # Mapping of symbols to token names
self.funcsym = { } # Symbols defined as functions
self.strsym = { } # Symbols defined as strings
self.funcsym = { } # Symbols defined as functions
self.strsym = { } # Symbols defined as strings
self.ignore = { } # Ignore strings by state
self.errorf = { } # Error functions by state
self.eoff = { } # EOF functions by state
Expand Down

0 comments on commit ca1e2d2

Please sign in to comment.