mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Fixed a misleading comment
This commit is contained in:
parent
5b89566dcc
commit
5b61e1a387
|
@ -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)"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user