Skip to content

Commit

Permalink
Merge pull request #1304 from thapar/patch-2
Browse files Browse the repository at this point in the history
Typo fix "not more"-->"no longer"
  • Loading branch information
stevepiercy committed Apr 18, 2014
2 parents f8839af + 070d7a6 commit 90e15ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/request.rst
Expand Up @@ -320,8 +320,8 @@
def _connect(request):
conn = request.registry.dbsession()
def cleanup(request):
# since version 1.5 request.exception is not more
# eagerly cleared
# since version 1.5, request.exception is no
# longer eagerly cleared
if request.exception is not None:
conn.rollback()
else:
Expand Down

0 comments on commit 90e15ba

Please sign in to comment.