Skip to content

Commit a000bce

Browse files
Add missing parenthesis
1 parent db47f4d commit a000bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ features:
20272027
on should be relative; path will then be relative to that directory. If the
20282028
path is absolute, *dir_fd* is ignored. (For POSIX systems, Python will call
20292029
the variant of the function with an ``at`` suffix and possibly prefixed with
2030-
``f`` (e.g. call ``faccessat`` instead of ``access``).
2030+
``f`` (e.g. call ``faccessat`` instead of ``access``).)
20312031

20322032
You can check whether or not *dir_fd* is supported for a particular function
20332033
on your platform using :data:`os.supports_dir_fd`. If it's unavailable,

0 commit comments

Comments
 (0)