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 1dd6507 commit e841a54Copy full SHA for e841a54
1 file changed
Doc/library/os.rst
@@ -1566,7 +1566,7 @@ features:
1566
This function can support :ref:`specifying a file descriptor <path_fd>`. The
1567
descriptor must refer to an opened directory, not an open file.
1568
1569
- This function can raise :exc:`OSError` subclasses such as
+ This function can raise :exc:`OSError` and subclasses such as
1570
:exc:`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`.
1571
1572
.. versionadded:: 3.3
0 commit comments