From 5717ef86bbd7de9f1d511745dacb5e1d7c4fa25b Mon Sep 17 00:00:00 2001
From: Guillaume Valadon <guillaume@valadon.net>
Date: Fri, 8 Jul 2016 08:47:29 +0200
Subject: [PATCH] Wrong docstring fixed (#215)

---
 scapy/scapypipes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scapy/scapypipes.py b/scapy/scapypipes.py
index 29b370bc..94bd401a 100644
--- a/scapy/scapypipes.py
+++ b/scapy/scapypipes.py
@@ -101,7 +101,7 @@ class WrpcapSink(Sink):
         
 
 class UDPDrain(Drain):
-    """Apply a function to messages on low and high entry
+    """UDP payloads received on high entry are sent over UDP
      +-------------+
   >>-|--[payload]--|->>
      |      X      |
-- 
GitLab