From bcbd9a51f703c1e8c3cb30c87fd8749f8fe8d494 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:06:48 -0400 Subject: python/PyPDF2: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/PyPDF2/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python/PyPDF2') diff --git a/python/PyPDF2/README b/python/PyPDF2/README index 80f9b05996da6..ac1b70eb181c8 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. -- cgit v1.2.3