Skip to content

Commit c3b3624

Browse files
Update README (#117)
1 parent 59b5611 commit c3b3624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ pip install --pre httpx
2424
200
2525
>>> r.headers['content-type']
2626
'text/html; charset=UTF-8'
27-
>>> r.text()
27+
>>> r.text
2828
'<!doctype html>\n<html>\n<head>\n<title>Example Domain</title>...'
2929
```
3030

0 commit comments

Comments
 (0)