Skip to content

Commit 45c53ca

Browse files
authored
Merge pull request #223 from QuantEcon/fix-spex1
FIX: Fix Reference in Exercise 11.1
2 parents b976ac4 + fde7ad3 commit 45c53ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/scipy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ We leave you to investigate the [set of available routines](http://docs.scipy.or
443443
```{exercise}
444444
:label: sp_ex1
445445
446-
In {ref}`this lecture <python_advanced_features>`, we will discuss the concept of {ref}`recursive function calls <recursive_functions>`.
446+
In {ref}`this lecture <functions>`, we discussed the concept of {ref}`recursive function calls <recursive_functions>`.
447447
448448
Try to write a recursive implementation of homemade bisection function {ref}`described above <bisect_func>`.
449449

0 commit comments

Comments
 (0)