Skip to content

Commit

Permalink
missed one docstring improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Oct 1, 2024
1 parent 4a350c4 commit 2608a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stcal/outlier_detection/median.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def append(self,
The data to append to the median computer. Must have shape full_shape[1:].
idx
The index at which to append the data. Required if using in-memory
median computation.
The index at which to append the data. Mus be between 0 and full_shape[0].
Required if using in-memory median computation.
"""
if self.in_memory:
if idx is None:
Expand Down

0 comments on commit 2608a37

Please sign in to comment.