Skip to content

Commit 08ac800

Browse files
tacaswelltimhoffm
andcommitted
DOC: fix prose in tutorial
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent c2c0026 commit 08ac800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/colors/colormap-manipulation.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
First, getting a named colormap, most of which are listed in
2727
:doc:`/tutorials/colors/colormaps`, may be done using `.matplotlib.colormaps`,
2828
which returns a colormap object. The length of the list of colors used
29-
internally to define the colormap and be adjusted via `.Colormap.resampled`.
30-
Blow we use a modest value of 8 so there are not a lot of values to look at.
29+
internally to define the colormap can be adjusted via `.Colormap.resampled`.
30+
Below we use a modest value of 8 so there are not a lot of values to look at.
3131
3232
"""
3333

0 commit comments

Comments
 (0)