Skip to content

Commit 7441f9c

Browse files
committed
fix docstring
1 parent 68618ee commit 7441f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

42/regex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def match_first_paragraph():
3636

3737

3838
def find_double_words():
39-
'''Use re.search(regex, text).group() to find the double word'''
39+
'''Use re.search(regex, text).group() to find the double words'''
4040
text = 'Spain is so nice in the the spring'
4141
return re.search(...
4242

0 commit comments

Comments
 (0)