From: Georg Brandl Date: Sat, 30 Apr 2011 13:30:03 +0000 (+0200) Subject: Fix indentation. X-Git-Tag: v3.3.0a1~2455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00db58227241d42fe35effad7e38f627d971fdfd;p=python Fix indentation. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 7b4988673c..5d9587d710 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