✏️ Fix typos in emoji docs and in some source examples (#10438)

This commit is contained in:
Heinz-Alexander Fuetterer
2023-10-20 11:00:44 +02:00
committed by GitHub
parent f785a6ce90
commit ae84ff6e44
9 changed files with 33 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ app = FastAPI()
class Subscription(BaseModel):
username: str
montly_fee: float
monthly_fee: float
start_date: datetime