From: Berker Peksag Date: Mon, 16 Feb 2015 01:36:10 +0000 (+0200) Subject: Fix typo in os.supports_effective_ids documentation. X-Git-Tag: v3.5.0a2~139^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d6c6063bf619ce8c31cf9458209110338db386f;p=python Fix typo in os.supports_effective_ids documentation. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index f217a36f4d..98ee842126 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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