summaryrefslogtreecommitdiff
path: root/doc/build/orm/mapper_config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/orm/mapper_config.rst')
-rw-r--r--doc/build/orm/mapper_config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/mapper_config.rst b/doc/build/orm/mapper_config.rst
index 7749b9314..9cd9abaca 100644
--- a/doc/build/orm/mapper_config.rst
+++ b/doc/build/orm/mapper_config.rst
@@ -1337,7 +1337,7 @@ If a transaction elsewhere has modifed the row independently, this version id
will no longer match, and the UPDATE statement will report that no rows matched;
this is the condition that SQLAlchemy tests, that exactly one row matched our
UPDATE (or DELETE) statement. If zero rows match, that indicates our version
-of the data is stale, and a :class:`.StaleDataError` is raised.
+of the data is stale, and a :exc:`.StaleDataError` is raised.
.. _custom_version_counter: