Browse Source

Add trailing period to module docstring (F55)

pull/15596/head
Josef Vacha 2 weeks ago
parent
commit
3e88880ca8
No known key found for this signature in database GPG Key ID: 2065E2B36C682351
  1. 2
      fastapi/__init__.py

2
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"

Loading…
Cancel
Save