fixed print statement

This commit is contained in:
Riyad Parvez
2013-10-05 09:57:18 +06:00
parent 8370e66464
commit 4656c9b89b
+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