Commit 9b6fdf84 authored by Mark Dickinson's avatar Mark Dickinson

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

parent 556e94b8
...@@ -117,8 +117,8 @@ Extension types can easily be made to support weak references; see ...@@ -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 weakref. If there is no callback or if the referent of the weakref is
no longer alive then this attribute will have value ``None``. no longer alive then this attribute will have value ``None``.
.. versionadded:: 3.4 .. versionadded:: 3.4
Added the :attr:`__callback__` attribute. Added the :attr:`__callback__` attribute.
.. function:: proxy(object[, callback]) .. function:: proxy(object[, callback])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment