Index: docs/docs/toolbox/catwalk.html
===================================================================
--- docs/docs/toolbox/catwalk.html	(revision 1524)
+++ docs/docs/toolbox/catwalk.html	(working copy)
@@ -15,7 +15,7 @@
 
     <h2>What is CatWalk?</h2>
 
-    <p>CatWalk is a single page (buzzword compliant) Ajax application build on top of TurboGears. With it you can easily interact with your application model and manage your data. Think of it as phpMyAdmin or pgAdmin at the ORM level instead of the RDBMS. It is database agnostic, all it's information is pulled out of SQLObject - not from the underlying data store.</p>
+    <p>CatWalk is a single page (buzzword compliant) Ajax application build on top of TurboGears. With it you can easily interact with your application model and manage your data. Think of it as phpMyAdmin or pgAdmin at the ORM level instead of the RDBMS. It is database agnostic, all its information is pulled out of SQLObject - not from the underlying data store.</p>
 
     <h2>Use CatWalk</h2>
 
Index: docs/docs/gettingstarted.html
===================================================================
--- docs/docs/gettingstarted.html	(revision 1524)
+++ docs/docs/gettingstarted.html	(working copy)
@@ -561,7 +561,7 @@
     
     <p>Your model objects need not (and should not!) be dumb data containers. They are full Python objects and can have methods of their own to perform more complex calculations and operations.</p>
     
-    <p>There is quite a bit more information about defining your data model with SQLObject in the <a href="http://sqlobject.org/docs/SQLObject.html" target="_blank">SQLObject documentation</a>. Note that as of this writing, the SQLObject documentation is for version 0.6.1 and TurboGears uses version 0.7. THe most user-visible part of the change is that the metadata used by SQLObject in managing your database has moved into a class called sqlmeta.  The SQLObject wiki includes <a href="http://wiki.sqlobject.org/sqlmeta.html" target="_blank">more information about using sqlmeta</a> (for things like fromDatabase, cache control, the table name and the id column name).</p>
+    <p>There is quite a bit more information about defining your data model with SQLObject in the <a href="http://sqlobject.org/docs/SQLObject.html" target="_blank">SQLObject documentation</a>. Note that as of this writing, the SQLObject documentation is for version 0.6.1 and TurboGears uses version 0.7. The most user-visible part of the change is that the metadata used by SQLObject in managing your database has moved into a class called sqlmeta.  The SQLObject wiki includes <a href="http://wiki.sqlobject.org/sqlmeta.html" target="_blank">more information about using sqlmeta</a> (for things like fromDatabase, cache control, the table name and the id column name).</p>
     
     <h2><a name="usedatabase" href="#usedatabase"><img src="../gear.gif"/></a> Using your model</h2>
     
Index: docs/download/mac.html
===================================================================
--- docs/download/mac.html	(revision 1524)
+++ docs/download/mac.html	(working copy)
@@ -19,11 +19,10 @@
     
     <h2><a name="needpython"></a>I need Python 2.4</h2>
     
-    <ol>
-        <li>Download <a href="http://python.org/ftp/python/2.4.1/MacPython-OSX-2.4.1-1.dmg">MacPython 2.4.1</a></li>
+    <ol>
+                              
+        <li>Download <a href="http://python.org/ftp/python/2.4.3/Universal-MacPython-2.4.3.dmg">MacPython 2.4.3</a></li>
         <li>Run the installer</li>
-        <li>If you are running Tiger (Mac OS 10.4), you also need the <a href="http://pythonmac.org/packages/TigerPython24Fix-r2.zip">TigerPython24Fix</a></li>
-        <li>Make sure that /usr/local/bin appears before /usr/bin in your path! You can use the command <code>echo $$PATH</code> to check. If it's not there, <a href="#macpath">here are some tips for changing it.</a></li>
         <li><a href="nix.html#ezsetup">Continue on to the instructions to install TurboGears using ez_setup</a></li>
     </ol>
     
Index: newdocs/docs/gs/cpexposed.html
===================================================================
--- newdocs/docs/gs/cpexposed.html	(revision 1524)
+++ newdocs/docs/gs/cpexposed.html	(working copy)
@@ -21,7 +21,7 @@
 
       <p>As long as you make sure that yourpackage.controllers.Root is the root object you want for your webapp, you're all set.</p>
 
-      <p>Let's get a nicely contrived set of classes together to see URL lookup and controller traversal works:</p>
+      <p>Let's get a nicely contrived set of classes together to see URL how lookup and controller traversal works:</p>
 
       <textarea class="py" name="code">
   from turbogears import expose
