Skip to content

Commit 35f1050

Browse files
committed
Doc fixes in low-level API
There were a couple of doc bugs in the low-level API. This fixes them.
1 parent f01d2c5 commit 35f1050

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gssapi/raw/ext_cred_store.pyx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ def add_cred_from(dict store, Creds input_creds,
186186
accept_lifetime=None):
187187
"""Acquire credentials to add to the current set from the given store
188188
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.
194194
195195
The credential store information is a dictionary containing
196196
mechanisms-specific keys and values pointing to a credential store
@@ -278,7 +278,7 @@ def store_cred_into(dict store, Creds creds not None,
278278
279279
This method stores the given credentials into the store specified
280280
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`.
282282
283283
The credential store information is a dictionary containing
284284
mechanisms-specific keys and values pointing to a credential store

0 commit comments

Comments
 (0)