From 55d371b60b3a7c3a3fdf6c24cf48a96b8a12a73d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 Jul 2013 21:30:50 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e0a0f69e..d20f6b86 100644 --- a/README.rst +++ b/README.rst @@ -210,7 +210,7 @@ worked on, the file names in the Phoenix project will mirror the names of the files in the wxWidgets interface headers folder. For example, if there is a interface/wx/FOO.h and we are processing the XML produced for that file then the ETG script for the classes and other items will be named etg/FOO.py and it -will produce sip/gen/FOO.sip, unit tests will be in unittests/test_FOO.py, and +will produce sip/gen/FOO.sip, unit tests will be in unittests/test_FOO.py, and so on. In most cases more than one ETG/SIP file will be used to create a single