]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37478: Add missing 'and'. (GH-14631)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Jul 2019 02:50:48 +0000 (19:50 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 02:50:48 +0000 (19:50 -0700)
(cherry picked from commit a9b40e4546ca631e5ab41376b5b72e8f296f557d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/os.rst

index 760c05c6e52d5104db4ffc8b455574c24f1f5178..519d5581603b714b7d9f6c864c3847e3a99d44d8 100644 (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