From 90bd6061e18143e9619bfbe9dc04e10230f268f4 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 25 Aug 2018 01:28:31 -0700 Subject: Remove extra "that" --- docs/tutorials/wiki2/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki2') diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst index 2eb78cb00..700a105b1 100644 --- a/docs/tutorials/wiki2/definingviews.rst +++ b/docs/tutorials/wiki2/definingviews.rst @@ -267,7 +267,7 @@ which will be used as the action of the generated form. Since our ``request.dbsession`` defined in the previous chapter is registered with the ``pyramid_tm`` transaction manager, any changes we make - to objects managed by the that session will be committed automatically. In + to objects managed by the session will be committed automatically. In the event that there was an error (even later, in our template code), the changes would be aborted. This means the view itself does not need to concern itself with commit/rollback logic. -- cgit v1.2.3