We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b5611 commit c3b3624Copy full SHA for c3b3624
README.md
@@ -24,7 +24,7 @@ $ pip install --pre httpx
24
200
25
>>> r.headers['content-type']
26
'text/html; charset=UTF-8'
27
->>> r.text()
+>>> r.text
28
'<!doctype html>\n<html>\n<head>\n<title>Example Domain</title>...'
29
```
30
0 commit comments