Skip to content

Commit

Permalink
Bug fix: rspivak#36
Browse files Browse the repository at this point in the history
  • Loading branch information
rspivak authored and acatton committed Jan 26, 2015
1 parent 7f98514 commit 1ae4284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slimit/scope.py
Expand Up @@ -34,7 +34,7 @@
from slimit.lexer import Lexer


ID_CHARS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_'
ID_CHARS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

def powerset(iterable):
"""powerset('abc') -> a b c ab ac bc abc"""
Expand Down

0 comments on commit 1ae4284

Please sign in to comment.