From: 非法操作 Date: Sun, 4 Sep 2022 13:18:08 +0000 (+0800) Subject: ✏ Fix a small code highlight line error (#5256) X-Git-Tag: 0.82.0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3ff7c620aa7b07acec0eedd1139f24ffa86b97c;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix a small code highlight line error (#5256) --- diff --git a/docs/en/docs/tutorial/query-params-str-validations.md b/docs/en/docs/tutorial/query-params-str-validations.md index c5fc35b88a..060e1d58a4 100644 --- a/docs/en/docs/tutorial/query-params-str-validations.md +++ b/docs/en/docs/tutorial/query-params-str-validations.md @@ -216,7 +216,7 @@ To do that, you can declare that `None` is a valid type but still use `default=. === "Python 3.6 and above" - ```Python hl_lines="8" + ```Python hl_lines="9" {!> ../../../docs_src/query_params_str_validations/tutorial006c.py!} ```