Skip to content

Commit 88f8376

Browse files
authored
Merge pull request dabeaz-course#96 from wo-von/practical-python-edits
change wording in 03/02 since the file already exists
2 parents 7e1b09d + f93493b commit 88f8376

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Notes/03_Program_organization/02_More_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ If you were doing a lot of file parsing for real, you’d probably want
267267
to clean some of this up and make it more general purpose. That's
268268
our goal.
269269

270-
Start this exercise by creating a new file called
270+
Start this exercise by opening the file called
271271
`Work/fileparse.py`. This is where we will be doing our work.
272272

273273
### Exercise 3.3: Reading CSV Files

Notes/04_Classes_objects/02_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ inheritance instead.
277277

278278
To start, focus on the steps that are involved in a creating a table.
279279
At the top of the table is a set of table headers. After that, rows
280-
of table data appear. Let's take those steps and and put them into
280+
of table data appear. Let's take those steps and put them into
281281
their own class. Create a file called `tableformat.py` and define the
282282
following class:
283283

0 commit comments

Comments
 (0)