Fixed Issue #93

This commit is contained in:
David Beazley 2025-12-22 12:02:43 -06:00
parent bc3b595cc3
commit 7c771bd014

View File

@ -124,7 +124,7 @@ class Stock:
``` ```
Note: This part doesn't involve a lot of code, but there are a lot of low-level Note: This part doesn't involve a lot of code, but there are a lot of low-level
fiddly bits. The solution will look almost the same as for Exercise 6.6. Don't fiddly bits. The solution will look almost the same as for Exercise 6.5. Don't
be shy about looking at solution code though. be shy about looking at solution code though.
\[ [Solution](soln7_1.md) | [Index](index.md) | [Exercise 6.5](ex6_5.md) | [Exercise 7.2](ex7_2.md) \] \[ [Solution](soln7_1.md) | [Index](index.md) | [Exercise 6.5](ex6_5.md) | [Exercise 7.2](ex7_2.md) \]