Carlos de la Guardia
2011-06-20 654e3da9d426cdb70426f1eb2a0fce0181934b41
corrected missing apostrophe and then extra apostrophe
1 files modified
4 ■■■■ changed files
docs/whatsnew-1.1.rst 4 ●●●● patch | view | raw | blame | history
docs/whatsnew-1.1.rst
@@ -275,8 +275,8 @@
  :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.