Fix missing "svn" command.

This commit is contained in:
Georg Brandl 2008-12-23 12:37:21 +00:00
parent f205c13fac
commit 2b996b4700
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Without make
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 ::