[tor-commits] [bridgedb/develop] Fix docs for BridgeBackwardsCompatibility.getConfigLine() request param.

isis at torproject.org isis at torproject.org
Thu Apr 16 05:19:44 UTC 2015


commit c79290e0b009fdcd303961910db7ddcf0627c32f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Apr 14 07:37:06 2015 +0000

    Fix docs for BridgeBackwardsCompatibility.getConfigLine() request param.
---
 lib/bridgedb/bridges.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py
index 5c2731c..5c0afd8 100644
--- a/lib/bridgedb/bridges.py
+++ b/lib/bridgedb/bridges.py
@@ -715,10 +715,10 @@ class BridgeBackwardsCompatibility(BridgeBase):
         :type addressClass: :class:`ipaddr.IPv4Address` or
             :class:`ipaddr.IPv6Address`.
         :param addressClass: Type of address to choose.
-        :param str request: A string unique to this request e.g. email-address
-            or ``uniformMap(ip)`` or ``'default'``. In this case, this is not
-            a :class:`~bridgerequest.BridgeRequestBase` (as might be expected)
-            but the equivalent of
+        :param str request: A string (somewhat) unique to this request,
+            e.g. email-address or ``IPBasedDistributor.getSubnet(ip)``.  In
+            this case, this is not a :class:`~bridgerequest.BridgeRequestBase`
+            (as might be expected) but the equivalent of
             :data:`bridgerequest.BridgeRequestBase.client`.
         :param str transport: A pluggable transport method name.
         """





More information about the tor-commits mailing list