Skip to content

Commit dcf23ed

Browse files
authored
Merge pull request #13061 from DustinAlandzes/patch-1
expect -> except in docs/contributing.rst
2 parents 2159153 + 10c991c commit dcf23ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ It offers several options for failing tests:
245245
- ``skip``: Skips the execution of this particular test.
246246
- ``quit``: Quits ``isoltest``.
247247

248-
All of these options apply to the current contract, expect ``quit`` which stops the entire testing process.
248+
All of these options apply to the current contract, except ``quit`` which stops the entire testing process.
249249

250250
Automatically updating the test above changes it to
251251

0 commit comments

Comments
 (0)