Skip to content

Commit a1ccfd7

Browse files
committed
DOC: Add title= to generator homelink
1 parent 6bd00e1 commit a1ccfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdoc/templates/html.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434

435435
<footer id="footer">
436436
<%include file="credits.mako"/>
437-
<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> ${pdoc.__version__}</a>.</p>
437+
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> ${pdoc.__version__}</a>.</p>
438438
</footer>
439439

440440
% if http_server and module: ## Auto-reload on file change in dev mode

0 commit comments

Comments
 (0)