mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
This commit is contained in:
parent
fe9230aac6
commit
40d9ebe031
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue