diff options
author | Georg Brandl <georg@python.org> | 2011-04-30 13:30:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-04-30 13:30:03 (GMT) |
commit | 00db58227241d42fe35effad7e38f627d971fdfd (patch) | |
tree | 893f4238074564d69db8a61ab0f277cc26a55900 /Doc/whatsnew/3.3.rst | |
parent | a92933596156337cc004027e41073db6d68616b9 (diff) | |
download | cpython-00db58227241d42fe35effad7e38f627d971fdfd.zip cpython-00db58227241d42fe35effad7e38f627d971fdfd.tar.gz cpython-00db58227241d42fe35effad7e38f627d971fdfd.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | 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 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 |