Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Commit 2632056

Browse files
committed
Clarify docs
1 parent d27b020 commit 2632056

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
@@ -14,7 +14,7 @@ Errorhandling
1414
All filesystem errors are subclasses of :py:exc:`OSError`.
1515

1616
- On UNIX systems, errors from the Python stdlib calls are simply uncaught.
17-
- On Windows systems, some PyWin32 errors are intercepted such that they
17+
- On Windows systems, PyWin32 errors are wrapped such that they somewhat
1818
resemble the stdlib exceptions. The original PyWin32 exception object is
1919
available as ``windows_error`` at all times.
2020

0 commit comments

Comments
 (0)