From 73993eb14796924b54c54fde23334a81f97ae3cd Mon Sep 17 00:00:00 2001 From: bjones1 Date: Thu, 9 Mar 2023 09:17:03 -0600 Subject: [PATCH] Docs: Fix typo. --- bookserver/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookserver/main.py b/bookserver/main.py index 2294ec3..d12372a 100644 --- a/bookserver/main.py +++ b/bookserver/main.py @@ -85,7 +85,7 @@ async def startup(): os.makedirs(settings.error_path, exist_ok=True) assert ( settings.runestone_path.exists() - ), f"Runestone appplication in web2py path {settings.runestone_path} does not exist." + ), f"Runestone application in web2py path {settings.runestone_path} does not exist." await init_models() init_graders()