This is a typo.

This commit is contained in:
Isaac To 2020-02-06 10:52:59 -08:00 committed by GitHub
parent e3b4500290
commit 347613241f

View file

@ -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
~~~~~~~