Skip to content

Commit

Permalink
doc: minor grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 23, 2024
1 parent 7c185b5 commit fc9b0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_weather/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9b0c0

Please sign in to comment.