[Python-checkins] cpython: Fix indentation.

georg.brandl python-checkins at python.org
Sat Apr 30 15:30:15 CEST 2011


http://hg.python.org/cpython/rev/fd45c2452be3
changeset:   69712:fd45c2452be3
user:        Georg Brandl <georg at python.org>
date:        Sat Apr 30 15:30:03 2011 +0200
summary:
  Fix indentation.

files:
  Doc/whatsnew/3.3.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -118,7 +118,7 @@
 * The :mod:`sys` module has a new :func:`~sys.thread_info` :term:`struct
   sequence` holding informations about the thread implementation.
 
-(:issue:`11223`)
+  (:issue:`11223`)
 
 signal
 ------
@@ -126,7 +126,7 @@
 * The :mod:`signal` module has a new :func:`~signal.pthread_sigmask` function
   to fetch and/or change the signal mask of the calling thread.
 
-(Contributed by Jean-Paul Calderone in :issue:`8407`)
+  (Contributed by Jean-Paul Calderone in :issue:`8407`)
 
 
 Optimizations

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


More information about the Python-checkins mailing list