From 653a53fb1445fe4973a0444adb61693567329afb Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 25 Jun 2011 12:01:06 +0200 Subject: Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. --- Doc/library/stat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index 417ba8d..f11d21f 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. -- cgit v0.12