We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db74b92 commit 0bb92d4Copy full SHA for 0bb92d4
1 file changed
docs/library/builtins.rst
@@ -182,7 +182,7 @@ Exceptions
182
183
.. exception:: OSError
184
185
- |see_cpython| `OSError`. CircuitPython doesn't implement the ``errno``
+ |see_cpython| :py:class:`cpython:OSError`. CircuitPython doesn't implement the ``errno``
186
attribute, instead use the standard way to access exception arguments:
187
``exc.args[0]``.
188
@@ -198,11 +198,11 @@ Exceptions
198
199
.. exception:: SystemExit
200
201
- |see_cpython| :py:class:`python:SystemExit`.
+ |see_cpython| :py:class:`cpython:SystemExit`.
202
203
.. exception:: TypeError
204
205
- |see_cpython| :py:class:`python:TypeError`.
+ |see_cpython| :py:class:`cpython:TypeError`.
206
207
.. exception:: ValueError
208
0 commit comments