diff --git a/docs/features.md b/docs/features.md index 58fd702c2..6ced5fe38 100644 --- a/docs/features.md +++ b/docs/features.md @@ -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