Skip to content

Commit 81b4530

Browse files
authored
unbreak description
Was a previous commit bad?
1 parent 28f8936 commit 81b4530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipython/ViewsVsCopies.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"cell_type": "markdown",
6565
"metadata": {},
6666
"source": [
67-
"In the above code snippet, () and () are views of , because if you\n",
68-
"update , and will reflect the change.\n",
67+
"In the above code snippet, v1 and v2 are views of a. If you\n",
68+
"update elements of a, then v1 and v2 will reflect the change.\n",
6969
"\n",
7070
"Dtype views\n",
7171
"-----------\n",
@@ -295,4 +295,4 @@
295295
"metadata": {}
296296
}
297297
]
298-
}
298+
}

0 commit comments

Comments
 (0)