Fix oauth2 scopes highlight example

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
Esteban Maya 2024-05-19 17:39:06 -05:00 committed by GitHub
parent 6734f798a7
commit 875c02576d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ In this exception, we include the scopes required (if any) as a string separated
!!! tip
Prefer to use the `Annotated` version if possible.
```Python hl_lines="105 108-116"
```Python hl_lines="106 108-116"
{!> ../../../docs_src/security/tutorial005.py!}
```