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

This commit is contained in:
Terry Jan Reedy 2019-07-06 22:44:01 -04:00 committed by GitHub
parent 0717b4d9b3
commit a9b40e4546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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