aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html
index be8e5481..860ad9b6 100644
--- a/doc-src/scripts.html
+++ b/doc-src/scripts.html
@@ -42,7 +42,7 @@ guaranteed to have non-None __request__ and __response__ attributes.
### error(ScriptContext, Flow)
-Called when a flow error has occured, e.g. invalid server responses, or
+Called when a flow error has occurred, e.g. invalid server responses, or
interrupted connections. This is distinct from a valid server HTTP error
response, which is simply a response with an HTTP error code. The __Flow__
object is guaranteed to have non-None __request__ and __error__ attributes.