summaryrefslogtreecommitdiff
path: root/Doc/library/stat.rst
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-06-25 12:04:08 +0200
committerMark Dickinson <mdickinson@enthought.com>2011-06-25 12:04:08 +0200
commit1580c212e00ae4d5c3aa8b9d82ac5724bfbca329 (patch)
treebf4f9e0f673c0cee4c37712aab7f13dae9352182 /Doc/library/stat.rst
parent818ac2a76a83139f8dba9c6cce1212769837999b (diff)
parent77e9e898a142b9d77ebcb32ac03a61cfef63b452 (diff)
downloadcpython-1580c212e00ae4d5c3aa8b9d82ac5724bfbca329.tar.gz
Merge #12228
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 cc879de625..64516ae5a5 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -307,11 +307,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.