diff options
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 |
commit | fa85f4baa00c12aed5c33d5acdeef250a08e7d61 (patch) | |
tree | 81c0632eb7310e45d9b14512172c6a084a11a9f6 /network/urlgrabber | |
parent | f65cd109648f6472085ca777fddc5b5583512bf6 (diff) |
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/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/urlgrabber/README b/network/urlgrabber/README index 748e0faf998cd..f3ca7d636cd47 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! |