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:
3648598
)
fixed print statement
author
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 14:12:18 +0000
(20:12 +0600)
committer
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 14:12:18 +0000
(20:12 +0600)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 4e396a6197be14c93ecd2dc545cdccf4effeeabc..83e72f9b768223d34556f2a9675ab26a69f2c021 100644
(file)
--- a/
requests/__init__.py
+++ b/
requests/__init__.py
@@
-23,7
+23,7
@@
usage:
>>> payload = dict(key1='value1', key2='value2')
>>> r = requests.post("http://httpbin.org/post", data=payload)
- >>> print
(r.text)
+ >>> print(r.text)
{
...
"form": {