Skip to content

Commit e414aa9

Browse files
bpo-37478: Add missing 'and'. (GH-14631)
(cherry picked from commit a9b40e4) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 4e6bfc4 commit e414aa9

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
@@ -1599,7 +1599,7 @@ features:
15991599
This function can support :ref:`specifying a file descriptor <path_fd>`. The
16001600
descriptor must refer to an opened directory, not an open file.
16011601

1602-
This function can raise :exc:`OSError` subclasses such as
1602+
This function can raise :exc:`OSError` and subclasses such as
16031603
:exc:`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`.
16041604

16051605
.. versionadded:: 3.3

0 commit comments

Comments
 (0)