Skip to content

Commit

Permalink
Update docstrings in asdf_traces.py for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Oct 23, 2024
1 parent 4db32a1 commit 97d878f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sourcespec2/input/trace_parsers/asdf_traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _parse_asdf_trace_headers(
:type header_key: str
:param nw_stat_codes: Network and station codes
:type nw_stat_codes: list
:param trace_tags: waveform tag(s) in ASDF file
:param trace_tags: trace tag(s) in ASDF file
:type trace_tags: str or list of str
"""
# pylint: disable=import-outside-toplevel
Expand Down Expand Up @@ -85,7 +85,7 @@ def parse_asdf_traces(asdf_file, tag=None, read_headers=False):
:param asdf_file: full path to ASDF file
:type asdf_file: str
:param tag: waveform tag in ASDF file (may contain wildcards)
:param tag: trace tag in ASDF file (may contain wildcards)
:type tag: str
:param read_headers: flag to control reading of (non-standard)
trace headers
Expand Down

0 comments on commit 97d878f

Please sign in to comment.