From a2a2ae21ff54b1304491d552d0472b554201f249 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Mar 2026 12:58:05 -0400 Subject: [PATCH] Good intentions Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d87ea63..ac9553f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,7 +16,7 @@ A familiar HTTP Service Framework for Python. if __name__ == '__main__': api.run() -Powered by `Starlette`_ and `uvicorn`_. The ``async`` is optional. +Powered by `Starlette`_, `uvicorn`_, and good intentions. The ``async`` is optional. The Idea