From 71b320914aaebc2c49db845690feb793ef68f7e2 Mon Sep 17 00:00:00 2001 From: cacovsky Date: Wed, 18 Sep 2013 11:45:25 -0300 Subject: [PATCH] Update request-response.rst Fix small doc typo (too many backticks) --- docs/topics/request-response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 675574e28..9dc54f07b 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -43,7 +43,7 @@ Request objects :param body: the request body. If a ``unicode`` is passed, then it's encoded to ``str`` using the `encoding` passed (which defaults to ``utf-8``). If ``body`` is not given,, an empty string is stored. Regardless of the - type of this argument, the final value stored will be a ``str``` (never + type of this argument, the final value stored will be a ``str`` (never ``unicode`` or ``None``). :type body: str or unicode