Skip to content

Commit 971154f

Browse files
committed
Documentation [skip ci]
1 parent 6251e9e commit 971154f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pysorteddict/sorted_dict_type.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ static PyTypeObject* PyStructTime_Type;
6363
static PyTypeObject* PyUUID_Type;
6464

6565
/**
66-
* Try to set the key type of the sorted dictionary to the non-null argument.
66+
* Try to set the key type of the sorted dictionary. It should not already be
67+
* set. The provided argument should not be a null pointer.
6768
*
68-
* @param key_type Non-null variable to set the key type to.
69+
* @param key_type Key type.
6970
*
7071
* @return `true` if successful, else `false`.
7172
*/

0 commit comments

Comments
 (0)