Skip to content

Commit

Permalink
correct docstring spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rccreswell committed Nov 5, 2021
1 parent 3a9ce54 commit dc7d787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seirmo/plots/_plot_from_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def add_data_to_plot(
):
"""Main code to add new data into the plot
:params:: times: np.ndarray, independant x- variable
:params:: times: np.ndarray, independent x- variable
:params:: data_array: np.ndarray, multiple dependent y- variables
Data should has one row per timestep,
and one column for each dependent variable
Expand Down Expand Up @@ -148,7 +148,7 @@ def add_fill(
):
"""Code to plot shaded region between two datasets
:params:: times: np.ndarray, independant x- variable
:params:: times: np.ndarray, independent x- variable
:params:: ymin: np.ndarray, dependent y- variables
:params:: ymin: np.ndarray, comparison y- variables
:params:: position: list of integers, gives index of subplot to use
Expand Down

0 comments on commit dc7d787

Please sign in to comment.