From ea4609c08ced6890f944d555500a7d4e891086f0 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 20 Sep 2016 15:29:35 -0300 Subject: [PATCH] Fix typo in docs. --- docs/sections/scopesclaims.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/scopesclaims.rst b/docs/sections/scopesclaims.rst index 9a3309d..1973f74 100644 --- a/docs/sections/scopesclaims.rst +++ b/docs/sections/scopesclaims.rst @@ -109,4 +109,4 @@ Inside your oidc_provider_settings.py file add the following class:: ) .. note:: - If a field is empty or ``None`` inside the dictionary your return on ``scope_scopename`` method, it will be cleaned from the response. + If a field is empty or ``None`` inside the dictionary you return on the ``scope_scopename`` method, it will be cleaned from the response.