summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:18:32 +0100
committer B. Watson2022-03-17 17:37:59 +0100
commitb0ea26121a5da4397c4ddb31deba55144b384036 (patch)
tree9bf8c7c61b78716579013e28a98b1fd56f743669 /python
parent0440dc631efedc5897cbe35b243d34e6f30f5e68 (diff)
downloadslackbuilds-b0ea26121a5da4397c4ddb31deba55144b384036.tar.gz
python/python3-urlobject: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python3-urlobject/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-urlobject/README b/python/python3-urlobject/README
index cc6220c9fb..453bf42b8d 100644
--- a/python/python3-urlobject/README
+++ b/python/python3-urlobject/README
@@ -1,5 +1,6 @@
URLObject is a utility class for manipulating URLs.
-The latest incarnation of this library builds upon the ideas of its predecessor,
-but aims for a clearer API, focusing on proper method names over operator overrides.
-It's also being developed from the ground up in a test-driven manner,
-and has full Sphinx documentation.
+
+The latest incarnation of this library builds upon the ideas of its
+predecessor, but aims for a clearer API, focusing on proper method
+names over operator overrides. It's also being developed from the
+ground up in a test-driven manner, and has full Sphinx documentation.