From 2119e3341e285e7de9e1c76b524ee982354b04d9 Mon Sep 17 00:00:00 2001 Message-Id: <2119e3341e285e7de9e1c76b524ee982354b04d9.1717754036.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 24 May 2015 18:06:54 +0100 Subject: [PATCH 1/1] catacomb/pwsafe.py: Commentary fix. Organization: Straylight/Edgeware From: Mark Wooding --- catacomb/pwsafe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catacomb/pwsafe.py b/catacomb/pwsafe.py index 82f2a46..a9e0605 100644 --- a/catacomb/pwsafe.py +++ b/catacomb/pwsafe.py @@ -133,7 +133,7 @@ class PW (object): I can store short secrets, associated with textual names, in a way which doesn't leak too much information about them. - I implement (some of the) Python mapping protocol. + I implement (some of) the Python mapping protocol. Here's how we use the underlying GDBM key/value storage to keep track of the necessary things. Password entries have keys whose name begins with -- [mdw]