From ce08807a8b1f1229a1c390b6a86d5ee0f4029da0 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Thu, 6 Feb 2020 10:52:59 -0800 Subject: [PATCH] This is a typo. --- docs/reqcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reqcontext.rst b/docs/reqcontext.rst index c6f43ce1..f0a6ff84 100644 --- a/docs/reqcontext.rst +++ b/docs/reqcontext.rst @@ -199,7 +199,7 @@ contexts until the ``with`` block exits. print(request.path) # the contexts are popped and teardown functions are called after - # the client with block exists + # the client with block exits Signals ~~~~~~~