Merge pull request #12485 from bradenwatling/patch-1

Fix typo in control-structures.rst
This commit is contained in:
Harikrishnan Mulackal 2022-01-04 11:50:37 +05:30 committed by GitHub
commit 96f06d29c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,7 +699,7 @@ safest action is to revert all changes and make the whole transaction
(or at least call) without effect.
In both cases, the caller can react on such failures using ``try``/``catch``, but
the changes in the caller will always be reverted.
the changes in the callee will always be reverted.
.. note::