From d81a6740eca16d12e1961c58533b9e5014a4e048 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 28 Feb 2016 11:51:17 +0100 Subject: [PATCH] Fix non RFC 2606 domain name in doc --- network/basics/uri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/basics/uri.py b/network/basics/uri.py index f1531c08ed9..7e7464137f6 100644 --- a/network/basics/uri.py +++ b/network/basics/uri.py @@ -190,7 +190,7 @@ EXAMPLES = ''' # access the app in later tasks - uri: - url: https://your.form.based.auth.examle.com/index.php + url: https://your.form.based.auth.example.com/index.php method: POST body: "name=your_username&password=your_password&enter=Sign%20in" status_code: 302