From 4ac0d24da415b91d2c7bd1695099d64264fd3a6e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 26 Oct 2000 18:06:25 +0000 Subject: [PATCH] fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/BUILD.unix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/BUILD.unix.txt b/wxPython/BUILD.unix.txt index 61f9787955..e1409e4e9f 100644 --- a/wxPython/BUILD.unix.txt +++ b/wxPython/BUILD.unix.txt @@ -239,7 +239,7 @@ D. To build and install wxPython you simply need to execute the python setup.py build python setup.py install -E. At this point you should be able to change into the wxPython\demo +E. At this point you should be able to change into the wxPython/demo directory and run the demo: python demo.py