Merge pull request #44 from darshandzend/main-1

typo
This commit is contained in:
David Beazley
2023-08-14 10:02:06 -05:00
committed by GitHub

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