[Python-checkins] devguide: Edit two links.

eric.araujo python-checkins at python.org
Sun Feb 27 04:17:04 CET 2011


eric.araujo pushed f5896ba61c7b to devguide:

http://hg.python.org/devguide/rev/f5896ba61c7b
changeset:   325:f5896ba61c7b
user:        ?ric Araujo <merwok at netwok.org>
date:        Sun Feb 27 02:59:25 2011 +0100
summary:
  Edit two links.

The text in the second link seemed awkward to me.

files:
  docquality.rst
  setup.rst

diff --git a/docquality.rst b/docquality.rst
--- a/docquality.rst
+++ b/docquality.rst
@@ -32,7 +32,7 @@
 <http://mail.python.org/mailman/listinfo/doc-sig>`_ which discusses the
 documentation toolchain, projects, standards, etc.
 
-.. _Documenting Python: http://docs.python.org/py3k/documenting/index.html
+.. _Documenting Python: http://docs.python.org/dev/documenting/
 
 
 Helping with issues filed on the issue tracker
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -14,8 +14,8 @@
 Version Control Setup
 ---------------------
 
-CPython is developed using `Subversion (commonly abbreviated SVN)
-<http://subversion.tigris.org/>`_.
+CPython is developed using `Subversion <http://subversion.tigris.org/>`_
+(commonly abbreviated svn, after the program name).
 It is easily available for common Unix systems by way of the standard package
 manager; under Windows, you might want to use the `TortoiseSVN
 <http://tortoisesvn.net/>`_ graphical client.

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


More information about the Python-checkins mailing list