Skip to content

Commit

Permalink
actually show lazy indexing example
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jul 18, 2023
1 parent 4afea37 commit 84e9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals/internal-design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Looking at the private attribute again shows how this indexing information was p

.. ipython:: python
var._data
var.isel(time=0)._data
.. note::

Expand Down

0 comments on commit 84e9aa2

Please sign in to comment.