]> granicus.if.org Git - python/commitdiff
Fix indentation.
authorGeorg Brandl <georg@python.org>
Sat, 30 Apr 2011 13:30:03 +0000 (15:30 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 30 Apr 2011 13:30:03 +0000 (15:30 +0200)
Doc/whatsnew/3.3.rst

index 7b4988673c0c5eca566708369911118f210acdff..5d9587d710095aa4a58f2f715dbc8dac6d1f11bf 100644 (file)
@@ -118,7 +118,7 @@ sys
 * 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 @@ signal
 * 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