Skip to content

Commit 2bac6b4

Browse files
committed
remove 'simple' -- is it like 'just'?
1 parent 3c0ce61 commit 2bac6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/04-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exercises: 0
55
questions:
66
- "How can I do the same operations on many different files?"
77
objectives:
8-
- "Use a library function to get a list of filenames that match a simple wildcard pattern."
8+
- "Use a library function to get a list of filenames that match a wildcard pattern."
99
- "Write a for loop to process multiple files."
1010
keypoints:
1111
- "Use `glob.glob(pattern)` to create a list of files whose names match a pattern."

0 commit comments

Comments
 (0)