summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index eefac9812..a672c82ad 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -372,7 +372,7 @@ Transaction management
~~~~~~~~~~~~~~~~~~~~~~
Pyramid's :term:`scaffold` system renders projects that include a
-*transaction management* system, also stolen from Zope. When you use this
+*transaction management* system, stolen from Zope. When you use this
transaction management system, you cease being responsible for committing
your data anymore. Instead, Pyramid takes care of committing: it commits at
the end of a request or aborts if there's an exception. Why is that a good