projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0717b4d
)
bpo-37478: Add missing 'and'. (GH-14631)
author
Terry Jan Reedy
<tjreedy@udel.edu>
Sun, 7 Jul 2019 02:44:01 +0000
(22:44 -0400)
committer
GitHub
<noreply@github.com>
Sun, 7 Jul 2019 02:44:01 +0000
(22:44 -0400)
Doc/library/os.rst
patch
|
blob
|
history
diff --git
a/Doc/library/os.rst
b/Doc/library/os.rst
index 760c05c6e52d5104db4ffc8b455574c24f1f5178..519d5581603b714b7d9f6c864c3847e3a99d44d8 100644
(file)
--- 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