Skip to content

Commit

Permalink
Change wording about glob being an unpleasant name (#939)
Browse files Browse the repository at this point in the history
* Change wording about glob being an unpleasant name

* reformulate glob introduction

* Add linebreak and highlight file name and extension

Co-authored-by: Lauren Ko <lauren.ko@unt.edu>

Co-authored-by: Lauren Ko <lauren.ko@unt.edu>
  • Loading branch information
codingS3b and ldko authored Jun 28, 2021
1 parent 9cf9643 commit e0bdbd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/06-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ keypoints:
- "Use `*` in a pattern to match zero or more characters, and `?` to match any single character."
---

We now have almost everything we need to process all our data files.
The only thing that's missing is a library with a rather unpleasant name:

As a final piece to processing our inflammation data, we need a way to get a list of all the files
in our `data` directory whose names start with `inflammation-` and end with `.csv`.
The following library will help us to achieve this:
~~~
import glob
~~~
Expand Down

0 comments on commit e0bdbd3

Please sign in to comment.