Skip to content

Commit 7bdfd79

Browse files
authored
misprint fix
fix the `vector of x-coordinates` used in the example
1 parent 1bc8bbf commit 7bdfd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/Introduction to Modeling in Gen.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
},
203203
"outputs": [],
204204
"source": [
205-
"xs = [-5., -4., -3., -.2, -1., 0., 1., 2., 3., 4., 5.];"
205+
"xs = [-5., -4., -3., -2., -1., 0., 1., 2., 3., 4., 5.];"
206206
]
207207
},
208208
{

0 commit comments

Comments
 (0)