projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6087015
)
fixed print statement
author
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 14:11:30 +0000
(20:11 +0600)
committer
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 14:11:30 +0000
(20:11 +0600)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 22ea52928290c1a3080a26f224f8dbcdcb41b63e..23a5e89671e8287b7c4adc31edf972634b2ebc49 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-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