feat: issue-2008 update doc strings

This commit is contained in:
Volodymyr Kochetkov 2024-02-19 20:07:24 +02:00
parent 90a7afffa5
commit 4cc72c2647
2 changed files with 16 additions and 16 deletions

View File

@ -1796,7 +1796,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2178,7 +2178,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2565,7 +2565,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2952,7 +2952,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -3334,7 +3334,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -3716,7 +3716,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -4098,7 +4098,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -4485,7 +4485,7 @@ class FastAPI(Starlette):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,

View File

@ -1692,7 +1692,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2078,7 +2078,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2469,7 +2469,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -2860,7 +2860,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -3246,7 +3246,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -3632,7 +3632,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -4023,7 +4023,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,
@ -4414,7 +4414,7 @@ class APIRouter(routing.Router):
Optional[bool],
Doc(
"""
Auto create options route.
Automatically create a route to handle the OPTIONS HTTP verb.
"""
),
] = False,