Skip to content

Commit 95e45ec

Browse files
committed
Clarify docs
1 parent 42667e0 commit 95e45ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 simply uncaught.
1717
- On Windows systems, PyWin32 errors are wrapped such that they somewhat
1818
resemble the stdlib exceptions. The original PyWin32 exception object is
19-
available as ``windows_error`` at all times.
19+
available as ``e.windows_error`` (with ``e`` being the thrown exception).
2020

2121
Low-level API
2222
-------------

0 commit comments

Comments
 (0)