Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/basic/ndarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
"source": [
"### Copies\n",
"\n",
"When assigning an NDArray to another Python variable, we copy a reference to the *same* NDArray. However, we often need to maek a copy of the data, so that we can manipulate the new array without overwriting the original values. "
"When assigning an NDArray to another Python variable, we copy a reference to the *same* NDArray. However, we often need to make a copy of the data, so that we can manipulate the new array without overwriting the original values. "
]
},
{
Expand Down