fixed print statement
authorRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 14:11:30 +0000 (20:11 +0600)
committerRiyad Parvez <social.riyad@gmail.com>
Sat, 5 Oct 2013 14:11:30 +0000 (20:11 +0600)
docs/user/quickstart.rst

index 22ea52928290c1a3080a26f224f8dbcdcb41b63e..23a5e89671e8287b7c4adc31edf972634b2ebc49 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