Skip to content

Commit

Permalink
Update calendar.py (#1929)
Browse files Browse the repository at this point in the history
Seems like it should be worded as "biggest" (or a synonym) here and not
"smallest"

### What kind of change does this PR introduce?

* Documentation

### Does this PR introduce a breaking change?

Nope
  • Loading branch information
Zeitsperre authored Sep 19, 2024
2 parents a77e401 + 963a489 commit f6ae812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/core/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def common_calendar(calendars: Sequence[str], join="outer") -> str:
join : {'inner', 'outer'}
The criterion for the common calendar.
- 'outer': the common calendar is the smallest calendar (in number of days by year) that will include all the
- 'outer': the common calendar is the biggest calendar (in number of days by year) that will include all the
dates of the other calendars.
When converting the data to this calendar, no timeseries will lose elements, but some
might be missing (gaps or NaNs in the series).
Expand Down

0 comments on commit f6ae812

Please sign in to comment.