From: Riyad Parvez Date: Sat, 5 Oct 2013 14:11:30 +0000 (+0600) Subject: fixed print statement X-Git-Tag: v2.0.1~13^2~12^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36485983caa62437ced58dc0c8a4e974a1103c13;p=services%2Fpython-requests.git fixed print statement --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 22ea529..23a5e89 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