summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-02-16 01:36:45 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-02-16 01:36:45 (GMT)
commit5a4addabbf9f7071ffbd79026ee93f6a1d65af76 (patch)
tree9522a5382edd4b2aa4e0130acda958076c7bbb27 /Doc/library/os.rst
parent23edd49e5bb05d8999d5a181d17d3f4226243ac1 (diff)
parent4d6c6063bf619ce8c31cf9458209110338db386f (diff)
downloadcpython-5a4addabbf9f7071ffbd79026ee93f6a1d65af76.zip
cpython-5a4addabbf9f7071ffbd79026ee93f6a1d65af76.tar.gz
cpython-5a4addabbf9f7071ffbd79026ee93f6a1d65af76.tar.bz2
Fix typo in os.supports_effective_ids documentation.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index c4b8bac..2467c60 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -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