From b31b5125bd7fa5c2c4c59fd69c4a4e4b8464c4e9 Mon Sep 17 00:00:00 2001 From: pablopetra-eb <36642295+pablopetra-eb@users.noreply.github.com> Date: Tue, 26 Feb 2019 09:54:53 -0300 Subject: [PATCH] Update README.rst (#35) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 84492da..a2542e3 100644 --- a/README.rst +++ b/README.rst @@ -236,7 +236,7 @@ In order to avoid that one may want to do something like this: add_two_things() -In this case the failed transaction will be rolled back (becase the session is passed to the decorator) and records will not be duplicated. +In this case the failed transaction will be rolled back (because the session is passed to the decorator) and records will not be duplicated. Pytest fixtures ---------------