Browse Source

✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md` (#9282)

pull/9394/head
Aadarsha Shrestha 2 years ago
committed by GitHub
parent
commit
8ca7c5c29d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/path-params-numeric-validations.md

2
docs/en/docs/tutorial/path-params-numeric-validations.md

@ -159,7 +159,7 @@ Python won't do anything with that `*`, but it will know that all the following
### Better with `Annotated`
Have in mind that if you use `Annotated`, as you are not using function parameter default values, you won't have this problem, and yo probably won't need to use `*`.
Have in mind that if you use `Annotated`, as you are not using function parameter default values, you won't have this problem, and you probably won't need to use `*`.
=== "Python 3.9+"

Loading…
Cancel
Save