summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
commita4d170d985df52d3fedf908c158824c057c9b7c6 (patch)
treed0b3bf3468ab6c79a62fa85da6bf4a966a59cb62 /Doc/whatsnew
parenteaedaeccf275d5e8cb3443c50323e57dee60a204 (diff)
downloadcpython-a4d170d985df52d3fedf908c158824c057c9b7c6.zip
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.gz
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.bz2
Removed spaces before commas and periods.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst2
-rw-r--r--Doc/whatsnew/3.3.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 5059f48..aa69df2 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2469,7 +2469,7 @@ 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
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 6e0746a..b24d44a 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -194,7 +194,7 @@ API changes
are still permitted, but will always compare as unequal, regardless
of view contents.
-* For further changes see `Build and C API Changes`_ and `Porting C code`_ .
+* For further changes see `Build and C API Changes`_ and `Porting C code`_.
(Contributed by Stefan Krah in :issue:`10181`)