diff options
| author | Craig Forbes <cpforbes@starlake.org> | 2019-06-17 10:01:23 -0500 |
|---|---|---|
| committer | Craig Forbes <cpforbes@starlake.org> | 2019-06-18 16:59:05 -0500 |
| commit | 0bb92d4fc33a1cf28418dadca87dce4b4d9758e2 (patch) | |
| tree | 7e95668e8fc2d8658259cd03a4feff882eb8fb83 /docs | |
| parent | db74b92e77757caab7c5f2bb1d6ae09f5be3ed97 (diff) | |
Fix references to cpython in builtins documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/builtins.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst index 0061a8cea..6cbf95d53 100644 --- a/docs/library/builtins.rst +++ b/docs/library/builtins.rst @@ -182,7 +182,7 @@ Exceptions .. exception:: OSError - |see_cpython| `OSError`. CircuitPython doesn't implement the ``errno`` + |see_cpython| :py:class:`cpython:OSError`. CircuitPython doesn't implement the ``errno`` attribute, instead use the standard way to access exception arguments: ``exc.args[0]``. @@ -198,11 +198,11 @@ Exceptions .. exception:: SystemExit - |see_cpython| :py:class:`python:SystemExit`. + |see_cpython| :py:class:`cpython:SystemExit`. .. exception:: TypeError - |see_cpython| :py:class:`python:TypeError`. + |see_cpython| :py:class:`cpython:TypeError`. .. exception:: ValueError |
