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 0717b4d commit a9b40e4Copy full SHA for a9b40e4
1 file changed
Doc/library/os.rst
@@ -1599,7 +1599,7 @@ features:
1599
This function can support :ref:`specifying a file descriptor <path_fd>`. The
1600
descriptor must refer to an opened directory, not an open file.
1601
1602
- This function can raise :exc:`OSError` subclasses such as
+ This function can raise :exc:`OSError` and subclasses such as
1603
:exc:`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`.
1604
1605
.. versionadded:: 3.3
0 commit comments