From 3e88880ca8c36ccceb0fd6b34277aa4f58fc5ff7 Mon Sep 17 00:00:00 2001 From: Josef Vacha <69599105+JosefVacha@users.noreply.github.com> Date: Sun, 24 May 2026 23:53:03 +0000 Subject: [PATCH] Add trailing period to module docstring (F55) --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 38e7472322..41b83c1135 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,4 +1,4 @@ -"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" +"""FastAPI framework, high performance, easy to learn, fast to code, ready for production.""" __version__ = "0.136.3"