Skip to content

Commit 8ffcd35

Browse files
authored
np.grid -> np.mgrid
1 parent f475da1 commit 8ffcd35

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)