Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 27, 2023
1 parent cfda996 commit b29ac82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libgunshotmatch/datafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def from_file(cls: Type["Repeat"], filename: PathLike) -> "Repeat":
:param filename: The input filename.
:rtype:
.. versionadded:: 0.4.0
"""

Expand Down
2 changes: 1 addition & 1 deletion libgunshotmatch/method/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class PeakDetectionMethod(MethodBase):
#: Number of scans over which to consider a maxima to be a peak.
points: int = Integer.field(default=10)

#: Number of scans to combine peaks from to compensate for spectra skewing.
#: Number of scans to combine in a single peak from to compensate for spectra skewing.
scans: int = Integer.field(default=1)


Expand Down

0 comments on commit b29ac82

Please sign in to comment.