From 81b4530946a32eadb0b2910ed7cab8ba9fd7b3d5 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Mon, 12 Feb 2018 00:00:59 +1100 Subject: [PATCH] unbreak description Was a previous commit bad? --- ipython/ViewsVsCopies.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}