Skip to content

Commit e841a54

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 1dd6507 commit e841a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ features:
15661566
This function can support :ref:`specifying a file descriptor <path_fd>`. The
15671567
descriptor must refer to an opened directory, not an open file.
15681568

1569-
This function can raise :exc:`OSError` subclasses such as
1569+
This function can raise :exc:`OSError` and subclasses such as
15701570
:exc:`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`.
15711571

15721572
.. versionadded:: 3.3

0 commit comments

Comments
 (0)