]> granicus.if.org Git - python/commitdiff
bpo-37478: Add missing 'and'. (GH-14631)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 7 Jul 2019 02:44:01 +0000 (22:44 -0400)
committerGitHub <noreply@github.com>
Sun, 7 Jul 2019 02:44:01 +0000 (22:44 -0400)
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