commit a92433d9634a17321acf9a35f65200feaa0124cc Author: Isis Lovecruft isis@torproject.org Date: Wed May 14 23:19:00 2014 +0000
Fix typo in IBridgeRequest.addressClass specification.
* THANKS to sysrqb for pointing it out! (on the #5463 thread) --- lib/bridgedb/bridgerequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/bridgerequest.py b/lib/bridgedb/bridgerequest.py index 4f32f67..0d7fb5a 100644 --- a/lib/bridgedb/bridgerequest.py +++ b/lib/bridgedb/bridgerequest.py @@ -26,7 +26,7 @@ class IBridgeRequest(Interface): """Interface specification of client options for requested bridges."""
addressClass = Attribute( - "The IP version of bridges addresses to distribute to the client.") + "The IP version of bridge addresses to distribute to the client.") filters = Attribute( "A list of callables used to filter bridges from a hashring.") transports = Attribute(
tor-commits@lists.torproject.org