summaryrefslogtreecommitdiff
path: root/docs/topics/db/examples
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/topics/db/examples
parent6d6af7244b7e3c42ef77c89d6c3e8e0e79e7176f (diff)
Updated doc links to point to Python 3 documentation
Diffstat (limited to 'docs/topics/db/examples')
-rw-r--r--docs/topics/db/examples/many_to_many.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/examples/many_to_many.txt b/docs/topics/db/examples/many_to_many.txt
index cd38d57b45..79605ac158 100644
--- a/docs/topics/db/examples/many_to_many.txt
+++ b/docs/topics/db/examples/many_to_many.txt
@@ -78,7 +78,7 @@ Adding a second time is OK::
>>> a2.publications.add(p3)
-Adding an object of the wrong type raises :exc:`~exceptions.TypeError`::
+Adding an object of the wrong type raises :exc:`TypeError`::
>>> a2.publications.add(a1)
Traceback (most recent call last):