Skip to content

Commit 12a2674

Browse files
authored
role was split across two lines (#33)
1 parent 34d721f commit 12a2674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/optgrowth_fast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ ax.legend(loc='lower right')
350350
plt.show()
351351
```
352352

353-
This matches the solution that we obtained in our non-jitted code, {ref}`in
354-
the exercises <ogex1>`.
353+
This matches the solution that we obtained in our non-jitted code,
354+
{ref}`in the exercises <ogex1>`.
355355

356356
Execution time is an order of magnitude faster.
357357

0 commit comments

Comments
 (0)