Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jan 10, 2025
1 parent dfcf682 commit f8923fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metpy/remote/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def get_product(self, product, dt=None, mode=None, band=None):
The particular mode to select. If not given, the query will try to select an
appropriate mode based on data available.
band : str or int, optional
The particular band (or channel) to select. Not all products have mutiple bands.
The particular band (or channel) to select. Not all products have multiple bands.
If not given, the query will try to select an appropriate band, but may error
giving the channels available if multiple bands are available.
Expand Down Expand Up @@ -523,7 +523,7 @@ def get_range(self, product, start, end, mode=None, band=None):
The particular mode to select. If not given, the query will try to select an
appropriate mode based on data available.
band : str or int, optional
The particular band (or channel) to select. Not all products have mutiple bands.
The particular band (or channel) to select. Not all products have multiple bands.
If not given, the query will try to select an appropriate band, but may error
giving the channels available if multiple bands are available.
Expand Down

0 comments on commit f8923fb

Please sign in to comment.