[Python-checkins] cpython: Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.

mark.dickinson python-checkins at python.org
Sat Apr 13 17:10:12 CEST 2013


http://hg.python.org/cpython/rev/c178233eb314
changeset:   83292:c178233eb314
parent:      83286:9e7d31b04d78
user:        Mark Dickinson <dickinsm at gmail.com>
date:        Sat Apr 13 16:09:18 2013 +0100
summary:
  Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.

files:
  Doc/library/weakref.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst
--- a/Doc/library/weakref.rst
+++ b/Doc/library/weakref.rst
@@ -117,8 +117,8 @@
       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])

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list