Minor text tweak

(cherry picked from commit 6f3308d75b)
This commit is contained in:
Robin Dunn
2018-06-29 10:48:59 -07:00
parent 480a798859
commit ffa3cd793a

View File

@@ -40,8 +40,8 @@ Other changes in this release:
4.0.4 ""
------------------------------------------------------
* ??-June-2018
--------
* (not yet released)
PyPI: https://pypi.org/project/wxPython/4.0.4
Extras: https://extras.wxPython.org/wxPython4/extras/
@@ -53,6 +53,7 @@ Changes in this release include the following:
on Python3
4.0.3 "The show must go on. (Die show-stoppers! Die!)"
------------------------------------------------------
* 25-June-2018
@@ -81,7 +82,6 @@ Changes in this release include the following:
passing it to a window constructor, and can also be used as the source in a
Bind(). (#896)
* Fixed issue when sys.prefix is not unicode (Python2) and when its contents
are not translatable to utf-8.