mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
📝 Fix small typo in docs for features (#380)
This commit is contained in:
parent
93e6a08acd
commit
362e2cdc79
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ from datetime import date
|
|||
|
||||
from pydantic import BaseModel
|
||||
|
||||
# Declare a variable as an str
|
||||
# Declare a variable as a str
|
||||
# and get editor support inside the function
|
||||
def main(user_id: str):
|
||||
return user_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue