This is a typo.

This commit is contained in:
Isaac To 2020-02-06 10:52:59 -08:00 committed by GitHub
parent 26dac4fd77
commit ce08807a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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