Skip to content

Commit 8f08f0a

Browse files
committed
Merge pull request django#1034 from infraredgirl/master
Fix two typos in database transactions docs
2 parents 1267d2d + cee96b8 commit 8f08f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/db/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ To disable this behavior for a specific view, you must set the
7474
In practice, this feature simply wraps every view function in the :func:`atomic`
7575
decorator described below.
7676

77-
Note that only the execution of your view in enclosed in the transactions.
78-
Middleware run outside of the transaction, and so does the rendering of
77+
Note that only the execution of your view is enclosed in the transactions.
78+
Middleware runs outside of the transaction, and so does the rendering of
7979
template responses.
8080

8181
.. versionchanged:: 1.6

0 commit comments

Comments
 (0)