Skip to content

Commit 1091558

Browse files
committed
Fix typo
1 parent f4b1d2d commit 1091558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All filesystem errors are subclasses of :py:exc:`OSError`.
1616
- On UNIX systems, errors from the Python stdlib calls are thrown.
1717
- On Windows systems, errors from Python's ``ctypes`` are thrown.
1818

19-
In either case, the ``errno`` attribute on the throws exception maps to an
19+
In either case, the ``errno`` attribute on the thrown exception maps to an
2020
errorcode in the ``errno`` module.
2121

2222
Low-level API

0 commit comments

Comments
 (0)