summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-23 12:37:21 (GMT)
committerGeorg Brandl <georg@python.org>2008-12-23 12:37:21 (GMT)
commit2b996b4700f7af810d2b333edf05e8f9c860d7f5 (patch)
treef66a088bb1f1dcd16900fc8fb6c06ca3f40eb72b /Doc
parentf205c13fac76ff31dd20849b1530d0a6baf4f1ad (diff)
downloadcpython-2b996b4700f7af810d2b333edf05e8f9c860d7f5.zip
cpython-2b996b4700f7af810d2b333edf05e8f9c860d7f5.tar.gz
cpython-2b996b4700f7af810d2b333edf05e8f9c860d7f5.tar.bz2
Fix missing "svn" command.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index 00f21b8..4527930 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -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 ::