From: Riyad Parvez Date: Sat, 5 Oct 2013 03:57:18 +0000 (+0600) Subject: fixed print statement X-Git-Tag: v2.0.1~13^2~12^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4656c9b89b61d8ba16cd117c611d2a878c572053;p=services%2Fpython-requests.git fixed print statement --- 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