From 32f7fd169d61fc213cddb586e8b58a97a8775369 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 8 Sep 2017 10:05:12 -0700 Subject: [PATCH] Wording tweaks --- CHANGES.rst | 6 +++--- vagrant/README.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e1ad4e97..caaf2f7c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,10 +28,10 @@ Changes in this release include the following: * Fixed copy/paste error in wx.BusyInfo.__exit__ (#449) -* New tool wxget, (a minimal wx implementation of wget) +* Added new tool wxget, (a minimal wx implementation of wget) -* New tools wxdocs and wxdemos to launch the respective items, fetching and - unpacking as required. (#437) +* Added new tools wxdocs and wxdemos to launch the respective items, + fetching and unpacking as required. (#437) * Fixes to ensure that the locale message catalogs are included in the release files. (#464) diff --git a/vagrant/README.rst b/vagrant/README.rst index 00c55e81..0c4d321a 100644 --- a/vagrant/README.rst +++ b/vagrant/README.rst @@ -57,7 +57,7 @@ example:: Please note that currently this will do up to 6 complete builds, one for each supported version of Python on that distro, for both gtk2 and gtk3. Additional parameters can be passed to the ``build.sh`` script to narrow the build down to -a specific Python version or port. See ``build.sh`` for details. +a specific Python version or port. See ``scripts/build.sh`` for details. The wheel file(s) generated by the build will be placed in subfolders of ``{PhoenixRoot}/dist/linux``.