[Python-checkins] cpython: Fix markup

eric.araujo python-checkins at python.org
Sun Jun 24 19:54:30 CEST 2012


http://hg.python.org/cpython/rev/dd7623a1e9a5
changeset:   77733:dd7623a1e9a5
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Jun 24 13:53:48 2012 -0400
summary:
  Fix markup

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


diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -214,7 +214,7 @@
       Added a symlink attack resistant version that is used automatically
       if platform supports fd-based functions.
 
-   .. data:: rmtree.avoids_symlink_attacks
+   .. attribute:: rmtree.avoids_symlink_attacks
 
       Indicates whether the current platform and implementation provides a
       symlink attack resistant version of :func:`rmtree`.  Currently this is

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


More information about the Python-checkins mailing list