summaryrefslogtreecommitdiffstats
path: root/Doc/library/stat.rst
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-06-25 10:01:06 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-06-25 10:01:06 (GMT)
commit653a53fb1445fe4973a0444adb61693567329afb (patch)
tree1f658bd190a6db3f4feb8fe9c8aba7918a5e55d0 /Doc/library/stat.rst
parentcb9bf1ac9c420249f9598931c777b9df83a8d22d (diff)
downloadcpython-653a53fb1445fe4973a0444adb61693567329afb.zip
cpython-653a53fb1445fe4973a0444adb61693567329afb.tar.gz
cpython-653a53fb1445fe4973a0444adb61693567329afb.tar.bz2
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
Diffstat (limited to 'Doc/library/stat.rst')
-rw-r--r--Doc/library/stat.rst4
1 files 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.