Merge pull request #14 from AmaanC/master

Fixed a misleading comment in the numpy notebook
This commit is contained in:
Donne Martin 2015-08-21 05:33:24 -04:00
commit f5e2d75713

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)"
]