Commit 40d9ebe0 authored by Mark Dickinson's avatar Mark Dickinson

Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.

parent fe9230aa
...@@ -304,11 +304,11 @@ The following flags can be used in the *flags* argument of :func:`os.chflags`: ...@@ -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. The file may only be appended to.
.. data:: UF_OPAQUE .. data:: UF_NOUNLINK
The file may not be renamed or deleted. The file may not be renamed or deleted.
.. data:: UF_NOUNLINK .. data:: UF_OPAQUE
The directory is opaque when viewed through a union stack. The directory is opaque when viewed through a union stack.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment