Skip to content

Commit

Permalink
Text strings may contain '_'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutler committed Aug 2, 2015
1 parent f0495d6 commit 7d4a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion investor/FilterParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Arith():
| Combine(Word(nums) + "." + Word(nums))
)

variable = Word(alphas)
variable = Word(alphas+'_')
operand = real | integer | variable

signop = oneOf('+ -')
Expand Down

0 comments on commit 7d4a088

Please sign in to comment.