fix: docstring typos

This commit is contained in:
Matthias
2026-03-13 20:11:51 +01:00
parent 4170c943e7
commit 9925c4ac14
+1 -1
View File
@@ -82,7 +82,7 @@ router = APIRouter()
def ping(): def ping():
"""simple ping to check if API is responsive """simple ping to check if API is responsive
Performa no internal checks, just returns poing. Performs no internal checks, just returns pong.
""" """
return {"status": "pong"} return {"status": "pong"}