Fixed a misleading comment

pull/14/head
Amaan Cheval 2015-08-01 19:39:23 +05:30
parent 5b89566dcc
commit 5b61e1a387
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
}
],
"source": [
"# Set last five values of e to zero\n",
"# Set values of e from index 5 onwards to 0\n",
"e[5:] = 0\n",
"print(e)"
]