mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
change description of nokeyring
This commit is contained in:
parent
c6d8c3f4a2
commit
0bff52ccd0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class TestKeyring(keyring.backend.KeyringBackend):
|
|||
|
||||
|
||||
class NoKeyring(keyring.backend.KeyringBackend):
|
||||
"""A test keyring that just stores its values in a hash"""
|
||||
"""A keyring that simulated an environment with no keyring backend."
|
||||
|
||||
priority = 2
|
||||
keys = defaultdict(dict)
|
||||
|
|
Loading…
Add table
Reference in a new issue