We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32698dc commit 9e1dcb8Copy full SHA for 9e1dcb8
lectures/python_oop.md
@@ -254,7 +254,7 @@ We'll also discuss the role of the peculiar `self` bookkeeping device in detail
254
255
#### Usage
256
257
-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$.
258
259
After we create consumer $c1$ and endow it with initial wealth $10$, we'll apply the `spend` method.
260
0 commit comments