diff --git a/Exercises/ex6_4.md b/Exercises/ex6_4.md index 61370b59..426ba9c2 100644 --- a/Exercises/ex6_4.md +++ b/Exercises/ex6_4.md @@ -84,7 +84,7 @@ class Stock(Structure): Stock.create_init() ``` -The resulting class should work exactly the name way as before: +The resulting class should work exactly the same way as before: ```python >>> s = Stock(name='GOOG', shares=100, price=490.1)