Author: georg.brandl Date: Tue Dec 23 13:37:21 2008 New Revision: 67912 Log: Fix missing "svn" command. Modified: python/trunk/Doc/README.txt Modified: python/trunk/Doc/README.txt ============================================================================== --- python/trunk/Doc/README.txt (original) +++ python/trunk/Doc/README.txt Tue Dec 23 13:37:21 2008 @@ -74,7 +74,7 @@ You'll need to checkout the Sphinx package to the `tools/` directory:: - http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx + svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx Then, you need to install Docutils, either by checking it out via ::