From 0789a0a9d184a0cf26ead75d0d7f0f1a136ee15c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:48:32 -0400 Subject: libraries/wxPython3: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/wxPython3/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/wxPython3/README b/libraries/wxPython3/README index 3a3826baeaf6..0ca5d97f2d29 100644 --- a/libraries/wxPython3/README +++ b/libraries/wxPython3/README @@ -1,10 +1,10 @@ wxPython3 (Crossplatform GUI Toolkit) -wxPython is a GUI toolkit for the Python programming language. It allows -Python programmers to create programs with a robust, highly functional -graphical user interface simply and easily. It is implemented as a Python -extension module (native code) that wraps the popular wxWidgets cross -platform GUI library which is written in C++. +wxPython is a GUI toolkit for the Python programming language. +It allows Python programmers to create programs with a robust, +highly functional graphical user interface simply and easily. It is +implemented as a Python extension module (native code) that wraps the +popular wxWidgets cross platform GUI library which is written in C++. Another optional dependency is libmspack, which is used by the CHM help viewer. @@ -21,4 +21,4 @@ package and wx-config will point to correct version. The same solution can be used if wxPython's wx-config is overwritten. Optional dependency: -- To have webview support, please install webkit2gtk before installing wxGTK3. +- To have webview support, install webkit2gtk before installing wxGTK3. -- cgit v1.2.3