summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-04-26 16:00:15 +0200
committerClaude Paroz <claude@2xlibre.net>2014-04-26 16:02:53 +0200
commit680a0f08b1ace39f995fce975caabb1875b07c6f (patch)
tree165a26d3f91522e129adc12f977c38919d840a96 /docs/ref/exceptions.txt
parent6d6af7244b7e3c42ef77c89d6c3e8e0e79e7176f (diff)
Updated doc links to point to Python 3 documentation
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt3
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`.