Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40d9ebe

Browse files
committed
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
1 parent fe9230a commit 40d9ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ The following flags can be used in the *flags* argument of :func:`os.chflags`:
304304

305305
The file may only be appended to.
306306

307-
.. data:: UF_OPAQUE
307+
.. data:: UF_NOUNLINK
308308

309309
The file may not be renamed or deleted.
310310

311-
.. data:: UF_NOUNLINK
311+
.. data:: UF_OPAQUE
312312

313313
The directory is opaque when viewed through a union stack.
314314

0 commit comments

Comments
 (0)