# HG changeset patch # User Tero Koskinen # Date 1648612703 -10800 # Wed Mar 30 06:58:23 2022 +0300 # Node ID 2033132239c497807afaba60f7acd98b01e94f8d # Parent f7a658dd17d6d6d74737cd79a4cdf95e5c2a38a2 Fix the test case assertion exception wording in the manual. The report and the fix from Rod Kay, thanks! diff --git a/doc/manual/en/source/manual.rst b/doc/manual/en/source/manual.rst --- a/doc/manual/en/source/manual.rst +++ b/doc/manual/en/source/manual.rst @@ -264,8 +264,8 @@ It takes a boolean value and a message string as its parameters. If the boolean value is false the ``Assert`` raises an ``Assertion_Error`` exception -with the given string. The exception is catched by the framework. -and when the test results are shown the error is also shown +with the given string. The exception is caught by the framework +and, when the test results are shown, the error is also shown with the given message. Another assertion procedure is a generic