expect -> except in docs/contributing.rst

This commit is contained in:
Dustin Alandzes 2022-05-24 23:14:21 -05:00 committed by GitHub
parent 2159153162
commit 10c991c3ff
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