From 873c46ed8c57794005125da6e9cc98b9382f97fe Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 29 Sep 2015 21:55:28 +0200 Subject: [PATCH] Clarifying a docstring in amp.py. --- evennia/server/amp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/server/amp.py b/evennia/server/amp.py index 76b99101f..deb240b87 100644 --- a/evennia/server/amp.py +++ b/evennia/server/amp.py @@ -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.