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:
8370e66
)
fixed print statement
author
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 03:57:18 +0000
(09:57 +0600)
committer
Riyad Parvez
<social.riyad@gmail.com>
Sat, 5 Oct 2013 03:57:18 +0000
(09:57 +0600)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 0eafc62dc982f1f03b4bbf4b36e73ffff4362bd8..22ea52928290c1a3080a26f224f8dbcdcb41b63e 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