summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-23 04:22:31 +0000
committerRaymond Hettinger <python@rcn.com>2011-02-23 04:22:31 +0000
commit48e5cd3df387209d29a8caae0c7a45e1cbbdbc62 (patch)
tree79fb98291ceb16119f20447064a15dc081625115
parenteda71c9ef19b4b5520add452365b19d34023905e (diff)
downloadcpython-git-48e5cd3df387209d29a8caae0c7a45e1cbbdbc62.tar.gz
nits
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 6156c6c0b8..d9af4e7aa6 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2471,14 +2471,14 @@ Code Repository
In addition to the existing Subversion code repository at http://svn.python.org
there is now a `Mercurial <http://mercurial.selenic.com/>`_ repository at
-http://hg.python.org/ .
+http://hg.python.org/\.
After the 3.2 release, there are plans to switch to Mercurial as the primary
repository. This distributed version control system should make it easier for
members of the community to create and share external changesets. See
:pep:`385` for details.
-To learn to use the new version control system, see the `tutorial by Joel
+To learn the new version control system, see the `tutorial by Joel
Spolsky <http://hginit.com>`_ or the `Guide to Mercurial Workflows
<http://mercurial.selenic.com/guide/>`_.