From: Éric Araujo Date: Sun, 24 Jun 2012 17:53:48 +0000 (-0400) Subject: Fix markup X-Git-Tag: v3.3.0b1~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=544e13d126153cfded305416f3b356f52f9458e5;p=thirdparty%2FPython%2Fcpython.git Fix markup --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 267c96b576a1..1c27cc9042fb 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -214,7 +214,7 @@ Directory and files operations 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