mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Clarify LockedKeyring docs
This commit is contained in:
parent
a699f284dc
commit
0975e66228
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class FailedKeyring(keyring.backend.KeyringBackend):
|
||||||
|
|
||||||
class LockedKeyring(keyring.backend.KeyringBackend):
|
class LockedKeyring(keyring.backend.KeyringBackend):
|
||||||
"""
|
"""
|
||||||
A keyring that simulates an environment with a locked keyring.
|
An environment with a locked keyring (where unlocking is unavailable or rejected).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
priority = 2
|
priority = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue