commit 7e030403a33a7f69f4b177a03a3fc1afcf7451fa Author: Isis Lovecruft isis@torproject.org Date: Fri Jan 31 12:35:31 2014 +0000
Fix typo in bridgedb.persistent module docstring. --- lib/bridgedb/persistent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/persistent.py b/lib/bridgedb/persistent.py index 4429ea4..311240a 100644 --- a/lib/bridgedb/persistent.py +++ b/lib/bridgedb/persistent.py @@ -9,7 +9,7 @@ # (c) 2007-2013, all entities within the AUTHORS file # :license: 3-clause BSD, see included LICENSE for information
-"""Module for functionality to persistently storing state.""" +"""Module for functionality to persistently store state."""
import copy import logging