Skip to content

Commit cd98233

Browse files
committed
fix: minor update of the doc string
1 parent 34d20d8 commit cd98233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/FrameworkSystem/API/AuthHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def __researchDIRACGroup(self, extSession, chooseScope, state):
425425
:param dict extSession: ended authorized external IdP session
426426
427427
:return: -- will return (None, response) to provide error or group selector
428-
will return (grant_user, request) to continue authorization with choosed group
428+
will return (grant_user, request) to continue authorization with chosen group
429429
"""
430430
# Base DIRAC client auth session
431431
firstRequest = createOAuth2Request(extSession["firstRequest"])

0 commit comments

Comments
 (0)