Skip to content

Commit eb5856b

Browse files
authored
docs: Fix variable name in helper docstring (#183)
1 parent afebaa6 commit eb5856b

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def identify_required_authn_params(
5959
6060
Returns:
6161
A new dictionary representing the subset of required authentication parameters
62-
that are not covered by the provided `auth_services`.
62+
that are not covered by the provided `auth_service_names`.
6363
"""
6464
required_params = {} # params that are still required with provided auth_services
6565
for param, services in req_authn_params.items():

0 commit comments

Comments
 (0)