Browse Source

✏ Fix a small code highlight line error (#5256)

pull/5347/head
非法操作 3 years ago
committed by GitHub
parent
commit
d3ff7c620a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/query-params-str-validations.md

2
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 3.6 and above"
```Python hl_lines="8" ```Python hl_lines="9"
{!> ../../../docs_src/query_params_str_validations/tutorial006c.py!} {!> ../../../docs_src/query_params_str_validations/tutorial006c.py!}
``` ```

Loading…
Cancel
Save