Update of /cvsroot/pythoncard/PythonCard/docs/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16809
Modified Files:
walkthrough1.html
Log Message:
typo
Index: walkthrough1.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough1.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** walkthrough1.html 27 Dec 2005 18:48:28 -0000 1.20
--- walkthrough1.html 27 Dec 2005 18:50:53 -0000 1.21
***************
*** 39,43 ****
match the directory structure and other differences on your machine.</p>
<p>You will also have to have access to a <a href="http://www.python.org/editors/">Python-aware editor</a>.
! The good news is that PythonCard comes with a robust editor called <a href="tools/codeEditor">codeEditor</a>.
When you install PythonCard, codeEditor appears in the tools sub-directory.
We recommend that you make it easy to open your Python source files (all of
--- 39,43 ----
match the directory structure and other differences on your machine.</p>
<p>You will also have to have access to a <a href="http://www.python.org/editors/">Python-aware editor</a>.
! The good news is that PythonCard comes with a robust editor called <a href="tools/codeEditor.html">codeEditor</a>.
When you install PythonCard, codeEditor appears in the tools sub-directory.
We recommend that you make it easy to open your Python source files (all of
|