From 4abfaefc1af4b072486293f288a4a471b379566c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 6 Jul 2019 22:44:01 -0400 Subject: [PATCH] bpo-37478: Add missing 'and'. (GH-14631) (cherry picked from commit a9b40e4546ca631e5ab41376b5b72e8f296f557d) Co-authored-by: Terry Jan Reedy --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 856ef2b2dbe4edd..24f14480ae04c3b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1566,7 +1566,7 @@ features: This function can support :ref:`specifying a file descriptor `. 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