]> granicus.if.org Git - python/commitdiff
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
authorMark Dickinson <mdickinson@enthought.com>
Sat, 25 Jun 2011 10:01:06 +0000 (12:01 +0200)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 25 Jun 2011 10:01:06 +0000 (12:01 +0200)
Doc/library/stat.rst

index 417ba8db04db89d0bc55867e975b4f1e6a2e61f5..f11d21f46eb4d661f77d4beae8dcfea227ad6388 100644 (file)
@@ -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.