Skip to content

Commit 40003dd

Browse files
authored
Update oidc.rst: match example file name to import (#1396)
1 parent 843a1c1 commit 40003dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oidc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ just return the same claims as the ID token.
239239

240240
To configure all of these things we need to customize the
241241
``OAUTH2_VALIDATOR_CLASS`` in ``django-oauth-toolkit``. Create a new file in
242-
our project, eg ``my_project/oauth_validator.py``::
242+
our project, eg ``my_project/oauth_validators.py``::
243243

244244
from oauth2_provider.oauth2_validators import OAuth2Validator
245245

0 commit comments

Comments
 (0)