diff --git a/lectures/optgrowth_fast.md b/lectures/optgrowth_fast.md index fb8d8d31f..8ffa17771 100644 --- a/lectures/optgrowth_fast.md +++ b/lectures/optgrowth_fast.md @@ -346,8 +346,8 @@ ax.legend(loc='lower right') plt.show() ``` -This matches the solution that we obtained in our non-jitted code, {ref}`in -the exercises `. +This matches the solution that we obtained in our non-jitted code, +{ref}`in the exercises `. Execution time is an order of magnitude faster.