From d499b6b73076db8dd6b461a89eea8fe4846002e8 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 10 Dec 2010 21:56:59 -0700 Subject: like to e.g., add comma, add a --- docs/narr/webob.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index 838675a9b..7da7f72f9 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -203,8 +203,8 @@ attribute. If it is set, then ``req.POST``, ``req.GET``, ``req.params``, and ``req.cookies`` will contain unicode strings. Each has a -corresponding ``req.str_*`` (like ``req.str_POST``) that is always -``str`` and never unicode. +corresponding ``req.str_*`` (e.g., ``req.str_POST``) that is always +a ``str``, and never unicode. More Details ++++++++++++ -- cgit v1.2.3