Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 811a792

Browse files
committed
minor fix
1 parent 0c23aa6 commit 811a792

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/rst/python_by_example.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,7 @@ Here's a version that illustrates loops and Python lists.
251251
252252
In brief,
253253

254-
* The first pair of lines ``import`` functionality as before.
255-
256-
* The next line sets the desired length of the time series.
254+
* The first line sets the desired length of the time series.
257255

258256
* The next line creates an empty *list* called ``ϵ_values`` that will store the :math:`\epsilon_t` values as we generate them.
259257

0 commit comments

Comments
 (0)