Commit 4d6c6063 authored by Berker Peksag's avatar Berker Peksag

Fix typo in os.supports_effective_ids documentation.

parent 74eb8b2d
......@@ -2159,7 +2159,8 @@ features:
contain :func:`os.access`, otherwise it will be empty.
To check whether you can use the *effective_ids* parameter for
:func:`os.access`, use the ``in`` operator on ``supports_dir_fd``, like so::
:func:`os.access`, use the ``in`` operator on ``supports_effective_ids``,
like so::
os.access in os.supports_effective_ids
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment