Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/python_oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ We'll also discuss the role of the peculiar `self` bookkeeping device in detail

#### Usage

Here's an example in which we use the class `Consumer` to crdate an instance of a consumer whom we affectionately name $c1$.
Here's an example in which we use the class `Consumer` to create an instance of a consumer whom we affectionately name $c1$.

After we create consumer $c1$ and endow it with initial wealth $10$, we'll apply the `spend` method.

Expand Down