python/python3-urlobject: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:18:32 -04:00
parent 0440dc631e
commit b0ea26121a

View file

@ -1,5 +1,6 @@
URLObject is a utility class for manipulating URLs. 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. The latest incarnation of this library builds upon the ideas of its
It's also being developed from the ground up in a test-driven manner, predecessor, but aims for a clearer API, focusing on proper method
and has full Sphinx documentation. names over operator overrides. It's also being developed from the
ground up in a test-driven manner, and has full Sphinx documentation.