diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:00:15 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:02:53 +0200 |
| commit | 680a0f08b1ace39f995fce975caabb1875b07c6f (patch) | |
| tree | 165a26d3f91522e129adc12f977c38919d840a96 /docs/ref/exceptions.txt | |
| parent | 6d6af7244b7e3c42ef77c89d6c3e8e0e79e7176f (diff) | |
Updated doc links to point to Python 3 documentation
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index 6d545bfc13..3b8b644c76 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -220,5 +220,4 @@ Python Exceptions ================= Django raises built-in Python exceptions when appropriate as well. See the -Python documentation for further information on the -built-in :mod:`exceptions`. +Python documentation for further information on the :ref:`bltin-exceptions`. |
