[Python-checkins] cpython (3.1): Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.

mark.dickinson python-checkins at python.org
Sat Jun 25 12:05:34 CEST 2011


http://hg.python.org/cpython/rev/03c8de42c206
changeset:   70961:03c8de42c206
branch:      3.1
parent:      70876:4211ace1ff5d
user:        Mark Dickinson <mdickinson at enthought.com>
date:        Sat Jun 25 12:03:33 2011 +0200
summary:
  Issue #12228: Fix exchanged flag descriptions in stat.rst.  Thanks Sandro Tosi.

files:
  Doc/library/stat.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -304,11 +304,11 @@
 
    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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list