Compare commits

..

2 Commits

Author SHA1 Message Date
David Beazley
afec76dd94 Merge pull request #44 from darshandzend/main-1
typo
2023-08-14 10:02:06 -05:00
Darshan Zend
1e2916e64f typo 2023-08-14 15:47:31 +01:00

View File

@@ -9,7 +9,7 @@
*Files modified:* `structure.py`, `stock.py`
In the last exercise, you create a class `Structure` that made it easy to define
In the last exercise, you created a class `Structure` that made it easy to define
data structures. For example:
```python