This commit is contained in:
Darshan Zend 2023-08-14 15:47:31 +01:00 committed by GitHub
parent 3ac425a715
commit 1e2916e64f
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