From 00db58227241d42fe35effad7e38f627d971fdfd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 30 Apr 2011 15:30:03 +0200 Subject: Fix indentation. --- Doc/whatsnew/3.3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 7b49886..5d9587d 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 -- cgit v0.12