replace InitializeException with InitializeError in docs

This commit is contained in:
2023-03-02 11:07:59 +02:00
parent a274f91677
commit a8c40a6b87
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ async def on_startup(application: web.Application) -> None:
application(web.Application): web application instance
Raises:
InitializeException: in case if matched could not be loaded
InitializeError: in case if matched could not be loaded
"""
application.logger.info("server started")
try: