@@ -186,11 +186,11 @@ def add_cred_from(dict store, Creds input_creds,
186
186
accept_lifetime = None ):
187
187
""" Acquire credentials to add to the current set from the given store
188
188
189
- This method works like :func:`acquire_cred_from`, except that it
190
- adds the acquired credentials for a single mechanism to a copy of
191
- the current set, instead of creating a new set for multiple mechanisms.
192
- Unlike :meth:`acquire`, you cannot pass None desired name or
193
- mechanism.
189
+ This method works like :func:`acquire_cred_from`, except that it
190
+ adds the acquired credentials for a single mechanism to a copy of
191
+ the current set, instead of creating a new set for multiple mechanisms.
192
+ Unlike :meth:`acquire`, you cannot pass None desired name or
193
+ mechanism.
194
194
195
195
The credential store information is a dictionary containing
196
196
mechanisms-specific keys and values pointing to a credential store
@@ -278,7 +278,7 @@ def store_cred_into(dict store, Creds creds not None,
278
278
279
279
This method stores the given credentials into the store specified
280
280
by the given store information. They may then be retrieved later using
281
- :func:`import_cred_from `.
281
+ :func:`acquire_cred_from` or :func:`add_cred_from `.
282
282
283
283
The credential store information is a dictionary containing
284
284
mechanisms-specific keys and values pointing to a credential store
0 commit comments