Skip to content

Commit

Permalink
fix schema typo (months instead of month)
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Jan 10, 2024
1 parent c62ef43 commit e3a79a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/data/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parameter:

indexer:
drop: bool(required=False)
months: any(int(), list(int()), required=False)
month: any(int(), list(int()), required=False)
season: any(str(), list(str()), required=False)
doy_bounds: list(int(), required=False, maxItems=2)
date_bounds: list(str(), required=False, maxItems=2)
Expand Down

0 comments on commit e3a79a6

Please sign in to comment.