From: Mark Dickinson Date: Sat, 25 Jun 2011 10:03:33 +0000 (+0200) Subject: Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. X-Git-Tag: v3.2.1rc2~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40d9ebe031f522f43e1f2e16e5a6e8cfe282e9e0;p=thirdparty%2FPython%2Fcpython.git Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. --- diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index 3419820975a6..e8ed362cc3d3 100644 --- a/Doc/library/stat.rst +++ b/Doc/library/stat.rst @@ -304,11 +304,11 @@ The following flags can be used in the *flags* argument of :func:`os.chflags`: The file may only be appended to. -.. data:: UF_OPAQUE +.. data:: UF_NOUNLINK The file may not be renamed or deleted. -.. data:: UF_NOUNLINK +.. data:: UF_OPAQUE The directory is opaque when viewed through a union stack.