From 4656c9b89b61d8ba16cd117c611d2a878c572053 Mon Sep 17 00:00:00 2001 From: Riyad Parvez Date: Sat, 5 Oct 2013 09:57:18 +0600 Subject: [PATCH] fixed print statement --- docs/user/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 0eafc62..22ea529 100644 --- 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 -- 2.34.1