summaryrefslogtreecommitdiffstats
path: root/python/PyPDF2/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:06:48 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 04:06:48 -0400
commitbcbd9a51f703c1e8c3cb30c87fd8749f8fe8d494 (patch)
tree64dfeb8874f1737fb567188371e9a9644cb9a65c /python/PyPDF2/README
parent172273ac792f4e314d271a568228d22b67469417 (diff)
downloadslackbuilds-bcbd9a51f703c1e8c3cb30c87fd8749f8fe8d494.tar.gz
slackbuilds-bcbd9a51f703c1e8c3cb30c87fd8749f8fe8d494.tar.xz
python/PyPDF2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to '')
-rw-r--r--python/PyPDF2/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/PyPDF2/README b/python/PyPDF2/README
index 80f9b05996..ac1b70eb18 100644
--- a/python/PyPDF2/README
+++ b/python/PyPDF2/README
@@ -6,9 +6,10 @@ A Pure-Python library built as a PDF toolkit. It is capable of:
* merging multiple pages into a single page
* encrypting and decrypting PDF files
-By being Pure-Python, it should run on any Python platform without any
-dependencies on external libraries. It can also work entirely on StringIO
-objects rather than file streams, allowing for PDF manipulation in memory. It is
-therefore a useful tool for websites that manage or manipulate PDFs.
+By being Pure-Python, it should run on any Python platform without
+any dependencies on external libraries. It can also work entirely
+on StringIO objects rather than file streams, allowing for PDF
+manipulation in memory. It is therefore a useful tool for websites
+that manage or manipulate PDFs.
-NOTE: This is a fork of pyPdf, which is available on SBo separately.
+NOTE: This is a fork of pyPdf, which is available on SBo separately.