Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/stat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ The following flags can also be used in the *mode* argument of :func:`os.chmod`:

.. data:: S_IREAD

Unix V7 synonym for :data:`S_IRUSR`.
Unix V7 synonym for :data:`S_IRUSR`, also used on Windows.

.. data:: S_IWRITE

Unix V7 synonym for :data:`S_IWUSR`.
Unix V7 synonym for :data:`S_IWUSR`, also used on Windows.

.. data:: S_IEXEC

Expand Down
Loading