From: Mark Dickinson Date: Sat, 13 Apr 2013 15:09:18 +0000 (+0100) Subject: Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. X-Git-Tag: v3.4.0a1~965 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b6fdf84013c9368fbf747f13e82bbd8a77498e8;p=thirdparty%2FPython%2Fcpython.git Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__. --- diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index 78ff21d0c9d6..ec50107c7522 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -117,8 +117,8 @@ Extension types can easily be made to support weak references; see weakref. If there is no callback or if the referent of the weakref is no longer alive then this attribute will have value ``None``. - .. versionadded:: 3.4 - Added the :attr:`__callback__` attribute. + .. versionadded:: 3.4 + Added the :attr:`__callback__` attribute. .. function:: proxy(object[, callback])