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
commit afec76dd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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