Skip to content

Commit 5fbd9a5

Browse files
authored
feat(auth): Fix docstring for regional access boundary method
1 parent bb6eee0 commit 5fbd9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def _copy_regional_access_boundary_manager(self, target):
372372
target._rab_manager = new_manager
373373

374374
def _set_regional_access_boundary(self, seed):
375-
"""Applies the regional_access_boundary set to the provided seed on these
375+
"""Applies the regional_access_boundary provided via the seed on these
376376
credentials. This is intended for internal use only as invalid
377377
seeds would produce unexpected results until automatic recovery is supported.
378378
Currently this is used by the gcloud CLI and therefore changes to the

0 commit comments

Comments
 (0)