From: Yağızcan Değirmenci <62724709+ycd@users.noreply.github.com> Date: Sat, 8 Aug 2020 18:19:14 +0000 (+0300) Subject: ✏ Fix documentation typo in Query Parameters and String Validations (#1832) X-Git-Tag: 0.60.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25cb05c876362cb17b983662975e5a72f5f9ba55;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix documentation typo in Query Parameters and String Validations (#1832) --- diff --git a/docs/en/docs/tutorial/query-params-str-validations.md b/docs/en/docs/tutorial/query-params-str-validations.md index 465ce3f88e..4edb4f5972 100644 --- a/docs/en/docs/tutorial/query-params-str-validations.md +++ b/docs/en/docs/tutorial/query-params-str-validations.md @@ -142,7 +142,7 @@ So, when you need to declare a value as required while using `Query`, you can us ``` !!! info - If you hadn't seen that `...` before: it is a a special single value, it is part of Python and is called "Ellipsis". + If you hadn't seen that `...` before: it is a special single value, it is part of Python and is called "Ellipsis". This will let **FastAPI** know that this parameter is required.