mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-25 09:20:45 -04:00
✏️ Fix typos in emoji docs and in some source examples (#10438)
This commit is contained in:
committed by
GitHub
parent
f785a6ce90
commit
ae84ff6e44
@@ -8,7 +8,7 @@ app = FastAPI()
|
||||
|
||||
class Subscription(BaseModel):
|
||||
username: str
|
||||
montly_fee: float
|
||||
monthly_fee: float
|
||||
start_date: datetime
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user