mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix typo in os.supports_effective_ids documentation.
This commit is contained in:
commit
5a4addabbf
1 changed files with 2 additions and 1 deletions
|
@ -2195,7 +2195,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue