Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 21, 2024
1 parent 8d673ae commit ce8c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/plot_01_neurons_intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
#
# ![voxels](../../../_static/voxel.png)
#
# [`navis.VoxelNeuron`][] consist of either a dense3d `(N, M, K)` array (a "grid") or a sparse 2d `(N, 3)`
# [`navis.VoxelNeuron`][] consist of either a dense 3d `(N, M, K)` array (a "grid") or a sparse 2d `(N, 3)`
# array of voxel coordinates (COO format). You will probably find yourself loading these
# data from image files (e.g. `.nrrd` via [`navis.read_nrrd()`][navis.read_nrrd]). That said we can
# also "voxelize" other neuron types to produce [`VoxelNeurons`][navis.VoxelNeuron]:
Expand Down

0 comments on commit ce8c29e

Please sign in to comment.