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

This commit is contained in:
非法操作 2022-09-04 21:18:08 +08:00 committed by GitHub
parent fae28a9bd7
commit d3ff7c620a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!}
```