We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68618ee commit 7441f9cCopy full SHA for 7441f9c
42/regex.py
@@ -36,7 +36,7 @@ def match_first_paragraph():
36
37
38
def find_double_words():
39
- '''Use re.search(regex, text).group() to find the double word'''
+ '''Use re.search(regex, text).group() to find the double words'''
40
text = 'Spain is so nice in the the spring'
41
return re.search(...
42
0 commit comments