summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/webob.rst4
1 files changed, 2 insertions, 2 deletions
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
++++++++++++