Skip to content

Commit 85f087b

Browse files
authored
Fix a tiny typo in multi-parameter-symbols.py
Replaced "option" by "argument"
1 parent 2dc5557 commit 85f087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/plot/multi-parameter-symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-------------------------
44
55
The :meth:`pygmt.Figure.plot` method can plot individual multi-parameter symbols by passing
6-
the corresponding shortcuts listed below to the ``style`` option. Additionally, we must define
6+
the corresponding shortcuts listed below to the ``style`` argument. Additionally, we must define
77
the required parameters in a 2d list or numpy array (``[[parameters]]`` for a single symbol
88
or ``[[parameters_1],[parameters_2],[parameters_i]]`` for several ones) or use an
99
appropriately formatted input file and pass it to ``data``.

0 commit comments

Comments
 (0)