
2 Jun
2015
2 Jun
'15
9 p.m.
commit fe567ec2243db738c03cf88ab76c6980ad91b046 Author: Isis Lovecruft <isis@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. """