fix little docstring typo

This commit is contained in:
Alexander Klimenko 2018-06-04 10:56:31 +03:00 committed by GitHub
parent c06bf43f22
commit 76c169e73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ def default_after_end_session_hook(
def default_idtoken_processing_hook(id_token, user):
"""
Hook to perform some additional actions ti `id_token` dictionary just before serialization.
Hook to perform some additional actions to `id_token` dictionary just before serialization.
:param id_token: dictionary contains values that going to be serialized into `id_token`
:type id_token: dict