Skip to content

Commit fde7ad3

Browse files
committed
fix reference
1 parent f5e1d20 commit fde7ad3

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)