change description of nokeyring

This commit is contained in:
eshrh 2020-05-28 00:51:10 -04:00
parent c6d8c3f4a2
commit 0bff52ccd0

View file

@ -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)