[Python-checkins] r82096 - python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst

jean-paul.calderone python-checkins at python.org
Sat Jun 19 22:21:42 CEST 2010


Author: jean-paul.calderone
Date: Sat Jun 19 22:21:42 2010
New Revision: 82096

Log:
Indent a versionadded tag properly

Modified:
   python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst

Modified: python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst
==============================================================================
--- python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst	(original)
+++ python/branches/py3k-signalfd-issue8407/Doc/library/signal.rst	Sat Jun 19 22:21:42 2010
@@ -299,7 +299,7 @@
 
    *mask* is a list of signal numbers (eg :const:`signal.SIGUSR1`).
 
-  .. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. _signal-example:


More information about the Python-checkins mailing list