]> granicus.if.org Git - python/commitdiff
Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 13 Apr 2013 15:09:18 +0000 (16:09 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 13 Apr 2013 15:09:18 +0000 (16:09 +0100)
Doc/library/weakref.rst

index 78ff21d0c9d6d6a35c155d6ada42f65dbfb55d4b..ec50107c75228fb22e20c21e1a158d3180174f7a 100644 (file)
@@ -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])