Fix misleading docstring

This commit is contained in:
Matt Robenolt 2016-02-19 14:05:34 -08:00
parent d6caa99bfd
commit 97ab6beff5
1 changed files with 1 additions and 2 deletions

View File

@ -656,8 +656,7 @@ class Client(object):
def send_encoded(self, message, auth_header=None, **kwargs):
"""
Given an already serialized message, signs the message and passes the
payload off to ``send_remote`` for each server specified in the servers
configuration.
payload off to ``send_remote``.
"""
client_string = 'raven-python/%s' % (raven.VERSION,)