Skip to content

Commit ff4dc1b

Browse files
Consistent upper-case first letter of Cartesian in 'vectors.py'
1 parent 9b8b1b6 commit ff4dc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/advanced/vectors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
fig.show()
157157

158158
###############################################################################
159-
# In this example, cartesian vectors are plotted over a Mercator
159+
# In this example, Cartesian vectors are plotted over a Mercator
160160
# projection of the continental US. The x values represent the
161161
# longitude and y values represent the latitude where the vector starts.
162162
#
@@ -209,7 +209,7 @@
209209
fig.show()
210210

211211
###############################################################################
212-
# Another example of plotting cartesian vectors over a coast plot. This time a
212+
# Another example of plotting Cartesian vectors over a coast plot. This time a
213213
# Transverse Mercator projection is used. Additionally, :func:`numpy.linspace`
214214
# is used to create 5 vectors with equal stops.
215215

0 commit comments

Comments
 (0)