We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f928b13 commit ada4b42Copy full SHA for ada4b42
1 file changed
Doc/c-api/exceptions.rst
@@ -1336,8 +1336,8 @@ The following are a compatibility aliases to :c:data:`PyExc_OSError`.
1336
Notes:
1337
1338
.. [win]
1339
- Only defined on Windows; protect code that uses this by testing that the
1340
- preprocessor macro ``MS_WINDOWS`` is defined.
+ :c:var:`!PyExc_WindowsError` is only defined on Windows; protect code that
+ uses this by testing that the preprocessor macro ``MS_WINDOWS`` is defined.
1341
1342
1343
Warning types
0 commit comments