Skip to content

Commit 774540a

Browse files
committed
updated regex for split characters
1 parent 8dfb528 commit 774540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nama_nama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
CURRENT_VERSION = '0.1.0'
45-
SEPARATOR_CHARS = re.compile(r'[+=\-_.,;:<>()\[\]\s]')
45+
SEPARATOR_CHARS = re.compile(r'[\+=\-_\.,;:<>()\[\]\s]')
4646

4747

4848
def main():

0 commit comments

Comments
 (0)