Skip to content

Commit 4f18e0e

Browse files
authored
Fix typos in first figure tutorial (#2653)
1 parent 884e67e commit 4f18e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: examples/get_started/01_first_figure.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# Add a frame
122122
# -----------
123123
#
124-
# While that the map's colors, projection, and size have been set, the region
124+
# While the map's colors, projection, and size have been set, the region
125125
# that is being displayed is not apparent. A frame can be added to
126126
# annotate the latitude and longitude of the region.
127127
#
@@ -144,7 +144,7 @@
144144
# -----------
145145
#
146146
# The ``frame`` parameter can be used to add a title to the figure. The title
147-
# is set with by passing ``"+t"`` followed by the title (e.g. setting the map
147+
# is set by passing ``"+t"`` followed by the title (e.g. setting the map
148148
# title to "Title" would be ``"+tTitle"``).
149149
#
150150
# To pass multiple arguments to ``frame``, a list can be used, as shown in the
@@ -172,12 +172,12 @@
172172
# 1. Make a map of Germany using its ISO country code ("DE"). Pass the ISO
173173
# code as a Python string to the ``region`` parameter.
174174
#
175-
# 2. Change the color of the land to "khaki" and the water to "azure".
175+
# 2. Change the color of the landmass to "khaki" and the water to "azure".
176176
#
177177
# 3. Change the color of the lakes (using the ``lakes`` parameter) to "red".
178178
#
179179
# 4. Create a global map. Set the region to "d" to center the map at the Prime
180180
# Meridian or "g" to center the map at the International Date Line. When the
181181
# region is set without using a list full of integers or floating numbers,
182182
# the argument needs to be passed as a Python string. Create a map with a
183-
# width of 15 centimeters using the Mollwide ("W") projection.
183+
# width of 15 centimeters using the Mollweide ("W") projection.

0 commit comments

Comments
 (0)