summaryrefslogtreecommitdiffstats
path: root/network/urlgrabber
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 03:30:46 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 03:30:46 -0400
commitfa85f4baa00c12aed5c33d5acdeef250a08e7d61 (patch)
tree81c0632eb7310e45d9b14512172c6a084a11a9f6 /network/urlgrabber
parentf65cd109648f6472085ca777fddc5b5583512bf6 (diff)
downloadslackbuilds-fa85f4baa00c12aed5c33d5acdeef250a08e7d61.tar.gz
slackbuilds-fa85f4baa00c12aed5c33d5acdeef250a08e7d61.tar.xz
network/urlgrabber: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/urlgrabber')
-rw-r--r--network/urlgrabber/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/network/urlgrabber/README b/network/urlgrabber/README
index 748e0faf99..f3ca7d636c 100644
--- a/network/urlgrabber/README
+++ b/network/urlgrabber/README
@@ -1,7 +1,7 @@
-urlgrabber is a pure python package that drastically simplifies the fetching of
-files. It is designed to be used in programs that need common (but not
-necessarily simple) url-fetching features. It is extremely simple to drop into
-an existing program and provides a clean interface to protocol-independant
-file-access. Best of all, urlgrabber takes care of all those pesky
-file-fetching details, and lets you focus on whatever it is that your program
-is written to do!
+urlgrabber is a pure python package that drastically simplifies the
+fetching of files. It is designed to be used in programs that need
+common (but not necessarily simple) url-fetching features. It is
+extremely simple to drop into an existing program and provides a clean
+interface to protocol-independent file-access. Best of all, urlgrabber
+takes care of all those pesky file-fetching details, and lets you
+focus on whatever it is that your program is written to do!