Skip to content

Commit d61d2c9

Browse files
authored
Update README.md
1 parent 4b8a385 commit d61d2c9

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-
This first day we will explore the basics of the `re` module (in Python's standard libary), so you can start adding this powerful skill to your Python toolkit.
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.
88

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

0 commit comments

Comments
 (0)