[tor-commits] [bridgedb/master] Fix typo in bridgedb.bridges.Bridge.__init__() docstring.

isis at torproject.org isis at torproject.org
Sat Jul 25 19:26:20 UTC 2015


commit a768c8463f4e359de4122a550daeaca06595cfad
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue May 12 08:52:31 2015 +0000

    Fix typo in bridgedb.bridges.Bridge.__init__() docstring.
---
 lib/bridgedb/bridges.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py
index e1c8738..0dfc4b1 100644
--- a/lib/bridgedb/bridges.py
+++ b/lib/bridgedb/bridges.py
@@ -821,7 +821,7 @@ class Bridge(BridgeBackwardsCompatibility):
     _checkServerDescriptorSignature = True
 
     def __init__(self, *args, **kwargs):
-        """Create a and store information for a new ``Bridge``.
+        """Create and store information for a new ``Bridge``.
 
         .. info: For backwards compatibility, `nickname`, `ip`, and `orport`
             must be the first, second, and third arguments, respectively.  The





More information about the tor-commits mailing list