]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing "svn" command.
authorGeorg Brandl <georg@python.org>
Tue, 23 Dec 2008 12:37:21 +0000 (12:37 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Dec 2008 12:37:21 +0000 (12:37 +0000)
Doc/README.txt

index 00f21b83cb7be3e4bbe31429aa70b25eabc9a72a..4527930082e580175a35499e287b98e2a3ffe7fc 100644 (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 ::