diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stat.rst | 4 |
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. |