Skip to content

Commit

Permalink
Update docs to match parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jul 9, 2024
1 parent 662ca70 commit 965fabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/summit/utils/efdUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def getMostRecentRowWithDataBefore(
warnStaleAfterNMinutes : `float`, optional
The number of minutes after which to consider the data stale and issue
a warning.
maxSearchMinutes: `float` or None, optional
maxSearchNMinutes: `float` or None, optional
Maximum number of minutes to search before raising ValueError.
where: `Callable` or None, optional
A callable taking a single pd.Dataframe argument and returning a
Expand Down

0 comments on commit 965fabc

Please sign in to comment.