From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 7 Jul 2019 02:50:48 +0000 (-0700) Subject: bpo-37478: Add missing 'and'. (GH-14631) X-Git-Tag: v3.8.0b3~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e414aa9cb002427a39dfd157cdad156336f93ca9;p=thirdparty%2FPython%2Fcpython.git bpo-37478: Add missing 'and'. (GH-14631) (cherry picked from commit a9b40e4546ca631e5ab41376b5b72e8f296f557d) Co-authored-by: Terry Jan Reedy --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 760c05c6e52d..519d5581603b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1599,7 +1599,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