Skip to content

Commit d243cdf

Browse files
committed
Merge pull request #7 from jatinpandey/master
Fixed typo in the word - except'
2 parents b175fc8 + d151a9d commit d243cdf

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)