From b91dc50631ebecbffbbb188987ce7dc9a36b99c9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 20 Apr 2017 17:09:17 -0700 Subject: [PATCH] =?UTF-8?q?tweak=20=E2=80=94no-magic=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 05940d23..67ef018c 100755 --- a/build.py +++ b/build.py @@ -412,7 +412,7 @@ def makeOptionParser(): "or when distributing wxPython as an egg.) When using " "this flag you should either build with an already " "installed wxWidgets, or allow this script to build and " - "install wxWidgets.")), + "install wxWidgets independently of wxPython.")), ("build_dir", ("", "Directory to store wx build files. (Not used on Windows)")), ("prefix", ("", "Prefix value to pass to the wx build.")),