Skip to content

Commit 10c991c

Browse files
expect -> except in docs/contributing.rst
1 parent 2159153 commit 10c991c

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)