summaryrefslogtreecommitdiffstats
path: root/libraries/wxPython4
diff options
context:
space:
mode:
author B. Watson2022-03-13 21:48:45 +0100
committer B. Watson2022-03-13 21:48:45 +0100
commitdd95be15d3bddd74a27a878e42c12cb128fea0f8 (patch)
treeed7696498f3ecec32cdabed3c2f7dac3eb5c4d83 /libraries/wxPython4
parent0789a0a9d184a0cf26ead75d0d7f0f1a136ee15c (diff)
downloadslackbuilds-dd95be15d3bddd74a27a878e42c12cb128fea0f8.tar.gz
libraries/wxPython4: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/wxPython4')
-rw-r--r--libraries/wxPython4/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/libraries/wxPython4/README b/libraries/wxPython4/README
index aa28a3c0c7..819388e529 100644
--- a/libraries/wxPython4/README
+++ b/libraries/wxPython4/README
@@ -1,17 +1,17 @@
wxPython4 (Crossplatform GUI Toolkit)
-wxPython is a cross-platform 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.
+wxPython is a cross-platform 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 set of Python extension modules that wrap the GUI
-components of the popular wxWidgets cross platform library, which is written
-in C++.
+It is implemented as a set of Python extension modules that wrap the
+GUI components of the popular wxWidgets cross platform library, which
+is written in C++.
-wxPython is a cross-platform toolkit. This means that the same program will
-run on multiple platforms without modification.
+wxPython is a cross-platform toolkit. This means that the same program
+will run on multiple platforms without modification.
-Currently Supported platforms are Microsoft Windows, Mac OS X and macOS,
-and Linux or other unix-like systems with GTK2 or GTK3 libraries.
-In most cases the native widgets are used on each platform to provide
-a 100% native look and feel for the application.
+Currently Supported platforms are Microsoft Windows, Mac OS X
+and macOS, and Linux or other unix-like systems with GTK2 or GTK3
+libraries. In most cases the native widgets are used on each platform
+to provide a 100% native look and feel for the application.