]> 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:03:33 +0000 (12:03 +0200)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 25 Jun 2011 10:03:33 +0000 (12:03 +0200)
Doc/library/stat.rst

index 3419820975a60238ea8657a192efd2e318ddf0a1..e8ed362cc3d3f14eb525202a680f053f042e0ae3 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.