Merge pull request #13061 from DustinAlandzes/patch-1

expect -> except in docs/contributing.rst
This commit is contained in:
Kamil Śliwak 2022-05-25 14:53:55 +02:00 committed by GitHub
commit dcf23edf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ It offers several options for failing tests:
- ``skip``: Skips the execution of this particular test.
- ``quit``: Quits ``isoltest``.
All of these options apply to the current contract, expect ``quit`` which stops the entire testing process.
All of these options apply to the current contract, except ``quit`` which stops the entire testing process.
Automatically updating the test above changes it to