From 10c991c3fffc585e7bec039c6f68b6aeaf049a35 Mon Sep 17 00:00:00 2001 From: Dustin Alandzes <5882512+DustinAlandzes@users.noreply.github.com> Date: Tue, 24 May 2022 23:14:21 -0500 Subject: [PATCH] expect -> except in docs/contributing.rst --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0c2ee9124..cd494e00e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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