We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20630e commit 4475448Copy full SHA for 4475448
docs/api.rst
@@ -63,12 +63,12 @@ Classes
63
64
Waits for a slot event such as a token insertion or removal to occur.
65
66
- Returns the slot id where the event was detected. If not blocking and no slot events were detected
+ Returns the Slot on which the event was detected. If not blocking and no slot events were detected
67
:class:`pkcs11.exceptions.NoEvent` is raised.
68
69
:param blocking: If true, the thread will block.
70
71
- :rtype: int
+ :rtype: Slot
72
73
.. method:: reinitialize()
74
0 commit comments