We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42667e0 commit 95e45ecCopy full SHA for 95e45ec
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 simply uncaught.
17
- On Windows systems, PyWin32 errors are wrapped such that they somewhat
18
resemble the stdlib exceptions. The original PyWin32 exception object is
19
- available as ``windows_error`` at all times.
+ available as ``e.windows_error`` (with ``e`` being the thrown exception).
20
21
Low-level API
22
-------------
0 commit comments