diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:48:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:48:32 -0400 |
commit | 0789a0a9d184a0cf26ead75d0d7f0f1a136ee15c (patch) | |
tree | 1e5cf299c7684adbfe2c7b97e60b71be2e153fb6 | |
parent | ce06694d5cad3d91c7546caaafab9405c71849d3 (diff) |
libraries/wxPython3: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/wxPython3/README | 12 |
1 files 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. |