We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267b0fd commit ec378beCopy full SHA for ec378be
content/numpy-advanced.rst
@@ -340,7 +340,7 @@ Copy versus view
340
----------------
341
342
Whenever NumPy constructs a new array by modifying the :attr:`~numpy.ndarray.strides` instead of
343
-copying data, we way it created a "view". This also happens when we select only
+copying data, we create a "view". This also happens when we select only
344
a portion of an existing matrix. Whenever a view is created, the
345
:class:`numpy.ndarray` object will have a reference to the original array in
346
its :attr:`~numpy.ndarray.base` attribute::
0 commit comments