Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemap committed Nov 3, 2023
1 parent ecc5642 commit ce93391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/ext/_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ async def _update_fetcher(self) -> None:
# application.stop() will wait for it's clean shutdown.
_LOGGER.warning(
"Fetching updates got a asyncio.CancelledError. Ignoring as this task may only"
"be closed via `Application.stop`."
" be closed via `Application.stop`."
)

async def __process_update_wrapper(self, update: object) -> None:
Expand Down

0 comments on commit ce93391

Please sign in to comment.