summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-06-25 10:04:08 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-06-25 10:04:08 (GMT)
commit7e4b5c6773bc1c134fad73679294e2afc0ee8924 (patch)
treee54b4186e75ce431847431a79ddbd40f46d1fcfb /Doc
parent91b79afa3a0d02ec77094c632424c7e9049959cb (diff)
parent40d9ebe031f522f43e1f2e16e5a6e8cfe282e9e0 (diff)
downloadcpython-7e4b5c6773bc1c134fad73679294e2afc0ee8924.zip
cpython-7e4b5c6773bc1c134fad73679294e2afc0ee8924.tar.gz
cpython-7e4b5c6773bc1c134fad73679294e2afc0ee8924.tar.bz2
Merge #12228
Diffstat (limited to 'Doc')
-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 cc879de..64516ae 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.