Skip to content

Commit 8bca362

Browse files
committed
Fix typo
1 parent 2ecca3b commit 8bca362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/reduce/normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _clip_monitor_to_detector_range(
150150

151151
# Prefer a bin coord over an event coord because this makes the behavior for binned
152152
# and histogrammed data consistent. If we used an event coord, we might allow a
153-
# monitor range that is less than the detector bins which is fine for the vents,
153+
# monitor range that is less than the detector bins which is fine for the events,
154154
# but would be wrong if the detector was subsequently histogrammed.
155155
if dim in detector.coords:
156156
det_coord = detector.coords[dim]

0 commit comments

Comments
 (0)