summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-06-20 08:08:08 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-06-20 08:08:08 -0700
commit654e3da9d426cdb70426f1eb2a0fce0181934b41 (patch)
tree261cab4ee4ff7b65a5c356a96445a5bab036a63a /docs/whatsnew-1.1.rst
parent92cf3d14c15c0461953000719aafab83ae991f6d (diff)
downloadpyramid-654e3da9d426cdb70426f1eb2a0fce0181934b41.tar.gz
pyramid-654e3da9d426cdb70426f1eb2a0fce0181934b41.tar.bz2
pyramid-654e3da9d426cdb70426f1eb2a0fce0181934b41.zip
corrected missing apostrophe and then extra apostrophe
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 681f05699..b57657d11 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -275,8 +275,8 @@ Deprecations and Behavior Differences
:class:`webob.request.Request` and implemented ``__getattr__``,
``__setattr__`` and ``__delattr__`` itself in order to override "adhoc
attr" WebOb behavior where attributes of the request are stored in the
- environ. Now, :class:`pyramid.request.Request inherits from (the more
- recent) :class:`webob.request.BaseRequest`` instead of
+ environ. Now, :class:`pyramid.request.Request` inherits from (the more
+ recent) :class:`webob.request.BaseRequest` instead of
:class:`webob.request.Request`, which provides the same behavior.
:class:`pyramid.request.Request` no longer implements its own
``__getattr__``, ``__setattr__`` or ``__delattr__`` as a result.