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 ---------------