Skip to content

Commit

Permalink
ssp_geom_spreading: fix missing empty line in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Jan 10, 2025
1 parent 119497d commit 18cb6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sourcespec/ssp_geom_spreading.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def plot_geom_spread_models(source_depth, epi_dists, models=None,
:rtype: matplotlib.figure.Figure
Examples:
>>> import numpy as np
>>> source_depth = 10
>>> epi_dists = np.arange(10, 1000, 10)
Expand Down

0 comments on commit 18cb6b0

Please sign in to comment.