diff --git a/python_weather/client.py b/python_weather/client.py index 89d99e1..b783721 100644 --- a/python_weather/client.py +++ b/python_weather/client.py @@ -90,7 +90,7 @@ async def get( :type locale: Optional[:class:`.Locale`] :exception Error: If the `location` argument is not a :py:class:`str` or is empty. - :exception RequestError: If the :class:`~aiohttp.ClientSession` used by the :class:`.Client` object is already closed, or if the :class:`.Client` cannot send a web request to the web server. + :exception RequestError: If the :class:`~aiohttp.ClientSession` used by the :class:`.Client` object is already closed, or if the :class:`.Client` couldn't send a web request to the web server. :returns: The requested weather forecast. :rtype: Forecast