Skip to content

Commit

Permalink
Fix documentation for key parameter in IPBasedDistributor.
Browse files Browse the repository at this point in the history
Conflicts:
	lib/bridgedb/Dist.py
  • Loading branch information
isislovecruft committed Apr 14, 2015
1 parent 6a3ca67 commit a43a058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/bridgedb/Dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def __init__(self, areaMapper, nClusters, key,
because the set of known open proxies constitutes its own
category.
DOCDOC What exactly does a cluster *do*?
:param bytearray key: The master HMAC key for this distributor. All
added bridges are HMACed with this key in order to place them into
the hashrings.
:param bytes key: The master HMAC key for this distributor. All added
bridges are HMACed with this key in order to place them into the
hashrings.
:type ipCategories: iterable or None
:param ipCategories: DOCDOC
:type answerParameters: :class:`bridgedb.Bridges.BridgeRingParameters`
Expand Down

0 comments on commit a43a058

Please sign in to comment.