Commit a9b40e45 authored by Terry Jan Reedy's avatar Terry Jan Reedy Committed by GitHub

bpo-37478: Add missing 'and'. (GH-14631)

parent 0717b4d9
......@@ -1599,7 +1599,7 @@ features:
This function can support :ref:`specifying a file descriptor <path_fd>`. The
descriptor must refer to an opened directory, not an open file.
This function can raise :exc:`OSError` subclasses such as
This function can raise :exc:`OSError` and subclasses such as
:exc:`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`.
.. versionadded:: 3.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment