This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new b6d5e96c Restore the trailing slash on the documentation route path
b6d5e96c is described below
commit b6d5e96c384fddb7c0322fd78f0f716b5b268477
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Mar 2 20:36:29 2026 +0000
Restore the trailing slash on the documentation route path
---
atr/get/docs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/get/docs.py b/atr/get/docs.py
index 52a1a92f..c526dd4e 100644
--- a/atr/get/docs.py
+++ b/atr/get/docs.py
@@ -52,7 +52,7 @@ class H1Parser(HTMLParser):
@get.typed
-async def index(_session: web.Public, _docs: Literal["docs"]) -> str:
+async def index(_session: web.Public, _docs: Literal["docs"], _: Literal[""])
-> str:
return await _serve_docs_page("index")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]