Skip to content

Commit d151a9d

Browse files
committed
Fixed typo in the word - except'
1 parent b175fc8 commit d151a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verbalexpressions/verbal_expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class VerEx(object):
2020
No other tricks.
2121
2222
And any string you inserted will be automatically grouped
23-
excepte `tab` and `add`.
23+
except `tab` and `add`.
2424
'''
2525
def __init__(self):
2626
self.s = ''

0 commit comments

Comments
 (0)