Skip to content

Commit

Permalink
Fix typos in "Figure.meca" (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Sep 29, 2023
1 parent ad60331 commit f21119b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pygmt/src/meca.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def meca(
Parameters
----------
spec : str, 1-D array, 2-D array, dict, or pd.DataFrame
Data that contains focal mechanism parameters.
Data that contain focal mechanism parameters.
``spec`` can be specified in either of the following types:
Expand Down Expand Up @@ -269,10 +269,10 @@ def meca(
keys/column names: ``latitude``, ``longitude``, ``depth``,
``plot_longitude``, ``plot_latitude``, and/or ``event_name``.
If ``spec`` is either a str, a 1-D array or a 2-D array, the
``convention`` parameter is required so we know how to interpret the
columns. If ``spec`` is a dictionary or a pd.DataFrame,
``convention`` is not needed and is ignored if specified.
If ``spec`` is either a str, a 1-D array or a 2-D array, the
``convention`` parameter is required so we know how to interpret the
columns. If ``spec`` is a dictionary or a pd.DataFrame,
``convention`` is not needed and is ignored if specified.
scale : int, float, or str
*scale*\ [**+a**\ *angle*][**+f**\ *font*][**+j**\ *justify*]\
[**+l**][**+m**][**+o**\ *dx*\ [/\ *dy*]][**+s**\ *reference*].
Expand Down

0 comments on commit f21119b

Please sign in to comment.