Skip to content

Commit 9e1dcb8

Browse files
author
u7062654
committed
[python_oop] typo
1 parent 32698dc commit 9e1dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/python_oop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ We'll also discuss the role of the peculiar `self` bookkeeping device in detail
254254

255255
#### Usage
256256

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

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

0 commit comments

Comments
 (0)