We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db47f4d commit a000bceCopy full SHA for a000bce
1 file changed
Doc/library/os.rst
@@ -2027,7 +2027,7 @@ features:
2027
on should be relative; path will then be relative to that directory. If the
2028
path is absolute, *dir_fd* is ignored. (For POSIX systems, Python will call
2029
the variant of the function with an ``at`` suffix and possibly prefixed with
2030
- ``f`` (e.g. call ``faccessat`` instead of ``access``).
+ ``f`` (e.g. call ``faccessat`` instead of ``access``).)
2031
2032
You can check whether or not *dir_fd* is supported for a particular function
2033
on your platform using :data:`os.supports_dir_fd`. If it's unavailable,
0 commit comments