Clarifying a docstring in amp.py.
This commit is contained in:
parent
4bb3f7c8c0
commit
873c46ed8c
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ class AMPProtocol(amp.AMP):
|
||||||
|
|
||||||
def send_data(self, command, sessid, **kwargs):
|
def send_data(self, command, sessid, **kwargs):
|
||||||
"""
|
"""
|
||||||
This will batch data together to send fewer, large batches.
|
Send data across the wire.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
command (AMP Command): A protocol send command.
|
command (AMP Command): A protocol send command.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue