summaryrefslogtreecommitdiffstats
path: root/Doc/library/weakref.rst
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2013-04-13 15:09:18 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2013-04-13 15:09:18 (GMT)
commit9b6fdf84013c9368fbf747f13e82bbd8a77498e8 (patch)
tree8531da4edf75543fa4332de9954e7812e08d07f5 /Doc/library/weakref.rst
parent556e94b8fe068d1d58064fe84467e0620b87f9ed (diff)
downloadcpython-9b6fdf84013c9368fbf747f13e82bbd8a77498e8.zip
cpython-9b6fdf84013c9368fbf747f13e82bbd8a77498e8.tar.gz
cpython-9b6fdf84013c9368fbf747f13e82bbd8a77498e8.tar.bz2
Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.
Diffstat (limited to 'Doc/library/weakref.rst')
-rw-r--r--Doc/library/weakref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst
index 78ff21d0..ec50107 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])