diff options
author | Éric Araujo <merwok@netwok.org> | 2012-06-24 17:53:48 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-06-24 17:53:48 (GMT) |
commit | 544e13d126153cfded305416f3b356f52f9458e5 (patch) | |
tree | 023ed25255bba7ea130c44c7c292de3b91dea16d /Doc | |
parent | 0a8f5f709a5ca6cc13190bcb5053a1ba9a50edcc (diff) | |
download | cpython-544e13d126153cfded305416f3b356f52f9458e5.zip cpython-544e13d126153cfded305416f3b356f52f9458e5.tar.gz cpython-544e13d126153cfded305416f3b356f52f9458e5.tar.bz2 |
Fix markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 267c96b..1c27cc9 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 |