Skip to content
Merged
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
6 changes: 3 additions & 3 deletions ipython/ViewsVsCopies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In the above code snippet, () and () are views of , because if you\n",
"update , and will reflect the change.\n",
"In the above code snippet, v1 and v2 are views of a. If you\n",
"update elements of a, then v1 and v2 will reflect the change.\n",
"\n",
"Dtype views\n",
"-----------\n",
Expand Down Expand Up @@ -295,4 +295,4 @@
"metadata": {}
}
]
}
}