Skip to content

Commit 1269474

Browse files
authored
Merge pull request rougier#62 from davidbradway/patch-2
np.grid -> np.mgrid
2 parents f475da1 + 8ffcd35 commit 1269474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09-quick-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Creation
201201
.. -------------------------------------
202202
.. code-block:: python
203203
204-
np.grid[0:3,0:3]
204+
np.mgrid[0:3,0:3]
205205
206206
.. code::
207207
:class: output

0 commit comments

Comments
 (0)