From f8923fb924c23010d697b4a004c3c6a80d85325f Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 9 Jan 2025 17:04:12 -0700 Subject: [PATCH] spelling fixes --- src/metpy/remote/aws.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.