fixed print statement
authorRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 14:12:18 +0000 (20:12 +0600)
committerRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 14:12:18 +0000 (20:12 +0600)
requests/__init__.py

index 4e396a6..83e72f9 100644 (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": {