diff --git a/src/metpy/remote/aws.py b/src/metpy/remote/aws.py index 7c277ef4a4..43ecd1dcaf 100644 --- a/src/metpy/remote/aws.py +++ b/src/metpy/remote/aws.py @@ -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. @@ -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.