Remove a bogus param from client.prepare() docs

This commit is contained in:
Mark McLoughlin 2013-06-11 07:26:19 +01:00
parent 0da344d8fc
commit 08744d849a
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ class RPCClient(object):
:type check_for_lock: bool
:param version_cap: raise a RpcVersionCapError version exceeds this cap
:type version_cap: str
:param serializer: an optional entity serializer
:type serializer: Serializer
"""
kwargs = dict(
exchange=exchange,