Skip to content

Commit 0bb92d4

Browse files
committed
Fix references to cpython in builtins documentation.
1 parent db74b92 commit 0bb92d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/library/builtins.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Exceptions
182182

183183
.. exception:: OSError
184184

185-
|see_cpython| `OSError`. CircuitPython doesn't implement the ``errno``
185+
|see_cpython| :py:class:`cpython:OSError`. CircuitPython doesn't implement the ``errno``
186186
attribute, instead use the standard way to access exception arguments:
187187
``exc.args[0]``.
188188

@@ -198,11 +198,11 @@ Exceptions
198198

199199
.. exception:: SystemExit
200200

201-
|see_cpython| :py:class:`python:SystemExit`.
201+
|see_cpython| :py:class:`cpython:SystemExit`.
202202

203203
.. exception:: TypeError
204204

205-
|see_cpython| :py:class:`python:TypeError`.
205+
|see_cpython| :py:class:`cpython:TypeError`.
206206

207207
.. exception:: ValueError
208208

0 commit comments

Comments
 (0)