diff options
author | Georg Brandl <georg@python.org> | 2013-01-11 19:25:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-11 19:25:54 (GMT) |
commit | 154dc4e4238bc950292762bcda9b01258a81ad8c (patch) | |
tree | bc868a02e2e6bd0ed025f9dc0f74d780b4fd03f8 /Doc | |
parent | 8762595ef3fd807a67be4a97e0e5815d2abb0521 (diff) | |
download | cpython-154dc4e4238bc950292762bcda9b01258a81ad8c.zip cpython-154dc4e4238bc950292762bcda9b01258a81ad8c.tar.gz cpython-154dc4e4238bc950292762bcda9b01258a81ad8c.tar.bz2 |
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stat.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index f47f464..02513df 100644 --- a/Doc/library/stat.rst +++ b/Doc/library/stat.rst @@ -182,10 +182,6 @@ The variables below define the flags used in the :data:`ST_MODE` field. Use of the functions above is more portable than use of the first set of flags: -.. data:: S_IFMT - - Bit mask for the file type bit fields. - .. data:: S_IFSOCK Socket. |