Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
coleifer committed Aug 17, 2023
1 parent 278c24d commit 59435f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/peewee/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ block. When this happens, a new transaction will be started.
transaction will NOT be rolled-back -- only exceptions that bubble-up to
the outer-most transaction will trigger a rollback.

As this can may lead to unpredictable behavior, it is recommended that
As this may lead to unpredictable behavior, it is recommended that
you use :py:meth:`~Database.atomic`.

Explicit Savepoints
Expand Down

0 comments on commit 59435f4

Please sign in to comment.