[Python-checkins] devguide: Fix a silly statement.

brett.cannon python-checkins at python.org
Wed Feb 9 23:58:22 CET 2011


brett.cannon pushed 7101df1bd817 to devguide:

http://hg.python.org/devguide/rev/7101df1bd817
changeset:   291:7101df1bd817
branch:      hg_transition
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Wed Feb 09 14:58:17 2011 -0800
summary:
  Fix a silly statement.

files:
  setup.rst

diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -34,8 +34,7 @@
 :abbr:`VCS`. It also means you will have better tool
 support through the VCS as it will provide a diff tool, etc.
 
-To get a read-only checkout of CPython's source, you need a working copy the
-source code. To get a read-only checkout of
+To get a read-only checkout of
 the :ref:`in-development <indevbranch>` branch of Python, run::
 
     hg clone http://hg.python.org/cpython

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list