Skip to content

Commit 30eb422

Browse files
Fixup index example (#51)
1 parent 8ec8eea commit 30eb422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Lets get to work...
4444
>>> r = cli.get('https://www.example.org/')
4545
>>> r
4646
<Response [200 OK]>
47-
>>> r.status_code
47+
>>> r.status
4848
200
4949
>>> r.headers['content-type']
5050
'text/html; charset=UTF-8'

0 commit comments

Comments
 (0)