diff options
Diffstat (limited to 'Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html index 18c2921..516e6a9 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html @@ -13,11 +13,11 @@ <table> <tr> <td> - <img src="python.gif" width="128" height="128" align="top"> + <img src="python.gif" width="128" height="128" align="top" alt=""> </td> <td> <p>Python is a programming language. MacPython is a package containing -that programming language plus Mac-specific tools and extensions.<p> +that programming language plus Mac-specific tools and extensions.</p> </td> </tr> @@ -35,7 +35,7 @@ has a <em>Beginners Guide</em> section including an <a href="http://python.org/doc/essays/blurb.html">executive summary</a> on the language and a <a href="http://python.org/doc/essays/comparisons.html">comparison</a> of Python -to other languages.</a> Or read the (rather longwinded) Python +to other languages. Or read the (rather longwinded) Python Tutorial in the <a href="doc/index.html">Python Language and runtime documentation</a>.</p> <p>MacPython contains a complete <a href="shell.html">unix interpreter</a> so |