diff --git a/ipython/ViewsVsCopies.ipynb b/ipython/ViewsVsCopies.ipynb index 61b962a..31fd099 100644 --- a/ipython/ViewsVsCopies.ipynb +++ b/ipython/ViewsVsCopies.ipynb @@ -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", @@ -295,4 +295,4 @@ "metadata": {} } ] -} \ No newline at end of file +}