Skip to content

Commit 4cf4362

Browse files
author
Kenneth Reitz
committed
typos
1 parent 0b719f0 commit 4cf4362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ It couldn't be simpler. ::
3636

3737
HTTPS? Basic Authentication? ::
3838

39-
>>> r = requests.get('https://httpbin.ep.ip/basic-auth/user/pass')
39+
>>> r = requests.get('https://httpbin.ep.io/basic-auth/user/pass')
4040
>>> r.status_code
4141
401
4242

4343

4444
Uh oh, we're not authorized! Let's add authentication. ::
4545

46-
>>> r = requests.get(https://httpbin.ep.ip/basic-auth/user/pass', auth=('user', 'pass'))
46+
>>> r = requests.get(https://httpbin.ep.io/basic-auth/user/pass', auth=('user', 'pass'))
4747

4848
>>> r.status_code
4949
200

0 commit comments

Comments
 (0)