fixed minor typos

This commit is contained in:
Maximilian Menger
2020-05-29 17:28:11 +02:00
parent 10bd222fcb
commit e63ad55043
2 changed files with 3 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ dictionaries. Then compute the total cost:
>>> sum([s.cost() for s in portfolio])
44671.15
>>>
----
```
### Exercise 4.4: Using your class