Clarifying a docstring in amp.py.

This commit is contained in:
Griatch 2015-09-29 21:55:28 +02:00
parent 4bb3f7c8c0
commit 873c46ed8c

View file

@ -384,7 +384,7 @@ class AMPProtocol(amp.AMP):
def send_data(self, command, sessid, **kwargs):
"""
This will batch data together to send fewer, large batches.
Send data across the wire.
Args:
command (AMP Command): A protocol send command.