Skip to content

Commit 1078652

Browse files
authored
Update README.md
1 parent d61d2c9 commit 1078652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/28-30-regex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Day 1: Quick overview
66

7-
In today's videos I will teach you the 80/20 you need to know about Python's `re` (regular expression) module. It's a powerful skill to add Python toolkit, but I will also show when not to use regexes.
7+
In today's videos I will teach you the 80/20 you need to know about Python's `re` (regular expression) module. It's a powerful skill to add to your Python toolkit, however I will also show you when not to use them.
88

99
## Day 2: Solidify what you've learned
1010

0 commit comments

Comments
 (0)