We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b1d2d commit 1091558Copy full SHA for 1091558
1 file changed
docs/index.rst
@@ -16,7 +16,7 @@ All filesystem errors are subclasses of :py:exc:`OSError`.
16
- On UNIX systems, errors from the Python stdlib calls are thrown.
17
- On Windows systems, errors from Python's ``ctypes`` are thrown.
18
19
-In either case, the ``errno`` attribute on the throws exception maps to an
+In either case, the ``errno`` attribute on the thrown exception maps to an
20
errorcode in the ``errno`` module.
21
22
Low-level API
0 commit comments