Skip to content

Commit

Permalink
Fix docs for BridgeBackwardsCompatibility.getConfigLine() request param.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Apr 14, 2015
1 parent a43a058 commit c79290e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bridgedb/bridges.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,10 +715,10 @@ def getConfigLine(self, includeFingerprint=False, addressClass=None,
: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.
"""
Expand Down

0 comments on commit c79290e

Please sign in to comment.