fixed print statement
authorRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 03:57:18 +0000 (09:57 +0600)
committerRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 03:57:18 +0000 (09:57 +0600)
docs/user/quickstart.rst

index 0eafc62dc982f1f03b4bbf4b36e73ffff4362bd8..22ea52928290c1a3080a26f224f8dbcdcb41b63e 100644 (file)
@@ -68,7 +68,7 @@ following code::
 
 You can see that the URL has been correctly encoded by printing the URL::
 
-    >>> print r.url
+    >>> print (r.url)
     http://httpbin.org/get?key2=value2&key1=value1
 
 Note that any dictionary key whose value is ``None`` will not be added to the