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
+1 -1
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::