Skip to content

Commit ef31cd7

Browse files
DOC/Intro "2. Create a contour map": Fix highlighting syntax (#4580)
Add missing white space
1 parent 78a0df3 commit ef31cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/intro/02_contour_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#
5858
# To control the annotation and labels on the colorbar, use the ``annot`` parameter to
5959
# set the annotation interval (in this case every 1,000 meters), the ``label`` and
60-
# ``unit``parameters to set the labels along the long and short dimensions of the
60+
# ``unit`` parameters to set the labels along the long and short dimensions of the
6161
# colorbar, respectively.
6262
#
6363
# By default, the CPT for the colorbar is the same as the one set in

0 commit comments

Comments
 (0)