Skip to content

Commit 40e3e20

Browse files
committed
[_635] wording
1 parent b2ecaf8 commit 40e3e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

irods/client_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def write_native_credentials_to_secrets_file(password, overwrite = True, **kw):
3636
"""Write the credentials to an .irodsA file that will enable logging in with native authentication
3737
using the given cleartext password.
3838
39-
If overwrite is False, irodsA_already_exists may be raised if an .irodsA is found at the
39+
If overwrite is False, irodsA_already_exists will be raised if an .irodsA is found at the
4040
expected path.
4141
"""
4242
env_file = env_filename_from_keyword_args(kw)
@@ -47,7 +47,7 @@ def write_pam_credentials_to_secrets_file(password, overwrite = True, **kw):
4747
"""Write the credentials to an .irodsA file that will enable logging in with PAM authentication
4848
using the given cleartext password.
4949
50-
If overwrite is False, irodsA_already_exists may be raised if an .irodsA is found at the
50+
If overwrite is False, irodsA_already_exists will be raised if an .irodsA is found at the
5151
expected path.
5252
"""
5353
s = h.make_session()

0 commit comments

Comments
 (0)