Merge pull request #143 from frostming/patch-1

Typo in tour.rst
This commit is contained in:
2018-10-24 06:55:50 -04:00
committed by GitHub
+1 -1
View File
@@ -182,7 +182,7 @@ Here's an example of a test (written with pytest)::
resp.text = hello
r = api.requests.get(url=api.url_for(some_view))
assert r.text = hello
assert r.text == hello
HSTS (Redirect to HTTPS)
------------------------