Skip to content

Commit

Permalink
Fix doc typo that inverted meaning in Database interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Mar 19, 2024
1 parent 11a7c5d commit 37d676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/interfaces/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def transaction(
----------
interrupting : `bool`, optional
If `True` (`False` is default), this transaction block may not be
nested without an outer one, and attempting to do so is a logic
nested within an outer one, and attempting to do so is a logic
(i.e. assertion) error.
savepoint : `bool`, optional
If `True` (`False` is default), create a `SAVEPOINT`, allowing
Expand Down

0 comments on commit 37d676b

Please sign in to comment.