Browse Source
Add trailing period to module docstring (F55)
pull/15596/head
Josef Vacha
2 weeks ago
No known key found for this signature in database
GPG Key ID: 2065E2B36C682351
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|
|
|
|
|