fixed print statement

This commit is contained in:
Riyad Parvez
2013-10-05 20:12:18 +06:00
parent 36485983ca
commit 56c82c52b0
+1 -1
View File
@@ -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": {