Skip to content

Commit 3fd3010

Browse files
author
Dustin F
committed
Update re03.py
comment update
1 parent 3c5dcc1 commit 3fd3010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code3/re03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Search for lines that start with From and have an at sign
1+
# Search for lines that start with 'F', followed by 2 characters, followed by 'm:'
22
import re
33
hand = open('mbox-short.txt')
44
for line in hand:

0 commit comments

Comments
 (0)