summaryrefslogtreecommitdiff
path: root/ply/lex.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-17 15:39:49 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-17 15:39:49 -0500
commitca1e2d2e3e1753250f5053b23d9ae96130db43ca (patch)
treec635ef8a0e69d53818d996ec095e39b349827aad /ply/lex.py
parentf66be9ebd8a23efb7cc160dafac147c05719586b (diff)
downloadply-ca1e2d2e3e1753250f5053b23d9ae96130db43ca.tar.gz
Pull request 51. Minor formatting cleanup
Diffstat (limited to 'ply/lex.py')
-rw-r--r--ply/lex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ply/lex.py b/ply/lex.py
index 7f066ab..390d30e 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -680,8 +680,8 @@ class LexerReflect(object):
# 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