projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43477ed
)
False -> True typo
author
Randy Morris
<randy.morris@archlinux.us>
Tue, 8 Oct 2013 18:19:30 +0000
(14:19 -0400)
committer
Randy Morris
<randy.morris@archlinux.us>
Tue, 8 Oct 2013 18:19:30 +0000
(14:19 -0400)
docs/user/advanced.rst
patch
|
blob
|
history
diff --git
a/docs/user/advanced.rst
b/docs/user/advanced.rst
index 0047b47e611d9c91656698c7b2df754f8493e22f..cb0ce5ea941e8f3aa9dffbe4a03e04f9146f9438 100644
(file)
--- a/
docs/user/advanced.rst
+++ b/
docs/user/advanced.rst
@@
-275,7
+275,7
@@
Streaming Requests
With ``requests.Response.iter_lines()`` you can easily iterate over streaming
APIs such as the `Twitter Streaming API <https://dev.twitter.com/docs/streaming-api>`_.
-Simply set ``stream`` to ``
Fals
e`` and iterate over the response with ``iter_lines()``::
+Simply set ``stream`` to ``
Tru
e`` and iterate over the response with ``iter_lines()``::
import json
import requests