[tor-commits] [bridgedb/develop] Fix a docstring typo in bridgedb.Storage.
isis at torproject.org
isis at torproject.org
Tue Jun 2 21:00:15 UTC 2015
commit fe567ec2243db738c03cf88ab76c6980ad91b046
Author: Isis Lovecruft <isis at torproject.org>
Date: Mon May 11 20:21:05 2015 +0000
Fix a docstring typo in bridgedb.Storage.
---
lib/bridgedb/Storage.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/Storage.py b/lib/bridgedb/Storage.py
index ef76829..d0660cf 100644
--- a/lib/bridgedb/Storage.py
+++ b/lib/bridgedb/Storage.py
@@ -384,7 +384,7 @@ _OPENED_DB = None
_REFCOUNT = 0
def clearGlobalDB():
- """Start from scratch
+ """Start from scratch.
This is currently only used in unit tests.
"""
More information about the tor-commits
mailing list