summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-07 02:50:48 (GMT)
committerGitHub <noreply@github.com>2019-07-07 02:50:48 (GMT)
commite414aa9cb002427a39dfd157cdad156336f93ca9 (patch)
treeb92ecb6715178ff9bf3c6895ee65123765adc5bc
parent4e6bfc4c605d92d2395fbcded9cf45cdd1ced810 (diff)
downloadcpython-e414aa9cb002427a39dfd157cdad156336f93ca9.zip
cpython-e414aa9cb002427a39dfd157cdad156336f93ca9.tar.gz
cpython-e414aa9cb002427a39dfd157cdad156336f93ca9.tar.bz2
bpo-37478: Add missing 'and'. (GH-14631)
(cherry picked from commit a9b40e4546ca631e5ab41376b5b72e8f296f557d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 760c05c..519d558 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 <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