diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:42:27 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:42:27 -0400 |
commit | 1ca76598f21fb837b89b9813c8405272b4b46827 (patch) | |
tree | 947a87ab8c7a1e0cd61e39ac43a7a2ab7e2620f0 /libraries | |
parent | 8d5a4aa1c97a524b5e87391b72e12abb7f0a5c7e (diff) |
libraries/web.py: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/web.py/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/web.py/README b/libraries/web.py/README index b416c51cbab6..107f4822ba53 100644 --- a/libraries/web.py/README +++ b/libraries/web.py/README @@ -1,3 +1,3 @@ -Web.py is a web framework for Python that is as simple as it is powerful. -web.py is in the public domain; you can use it for whatever purpose with -absolutely no restrictions. +Web.py is a web framework for Python that is as simple as it is +powerful. web.py is in the public domain; you can use it for whatever +purpose with absolutely no restrictions. |