[tor-commits] [bridgedb/master] Fix typo in bridgedb.persistent module docstring.
isis at torproject.org
isis at torproject.org
Tue Feb 4 00:28:48 UTC 2014
commit 7e030403a33a7f69f4b177a03a3fc1afcf7451fa
Author: Isis Lovecruft <isis at 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
More information about the tor-commits
mailing list