diff --git a/features/steps/core.py b/features/steps/core.py index 6b27b208..273e20b8 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -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)