From 45bfc11c57e4125d5ebbf784dd28dc7e5d5a8492 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 7 Jan 2021 13:12:49 +1100 Subject: [PATCH] role was split across two lines --- lectures/optgrowth_fast.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.