Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.

This commit is contained in:
Mark Dickinson 2013-04-13 16:09:18 +01:00
parent 556e94b8fe
commit 9b6fdf8401
1 changed files with 2 additions and 2 deletions

View 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])