fixed print statement

This commit is contained in:
Riyad Parvez
2013-10-05 20:11:30 +06:00
parent 6087015f1c
commit 36485983ca
+1 -1
View 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