summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:13:47 +0100
committer B. Watson2022-03-17 17:37:57 +0100
commita0f7bf2d0629e2f186fb19d867cd0729250d9417 (patch)
tree26341724fc2a8db8469b25147f894e41210030cd
parent79c1f5d32ec460a38948bb255c6e96cdaa8329c6 (diff)
downloadslackbuilds-a0f7bf2d0629e2f186fb19d867cd0729250d9417.tar.gz
python/python-pcapy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/python-pcapy/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/python-pcapy/README b/python/python-pcapy/README
index 01ad8c3816..9f4be08097 100644
--- a/python/python-pcapy/README
+++ b/python/python-pcapy/README
@@ -1,5 +1,6 @@
-Pcapy is a Python extension module that interfaces with the libpcap packet
-capture library. Pcapy enables python scripts to capture packets on the
-network. Pcapy is highly effective when used in conjunction with a
-packet-handling package such as Impacket, which is a collection of Python
-classes for constructing and dissecting network packets.
+Pcapy is a Python extension module that interfaces with the libpcap
+packet capture library. Pcapy enables python scripts to capture
+packets on the network. Pcapy is highly effective when used in
+conjunction with a packet-handling package such as Impacket, which is
+a collection of Python classes for constructing and dissecting network
+packets.