Carlos de la Guardia
2011-06-20 92cf3d14c15c0461953000719aafab83ae991f6d
typo
1 files modified
2 ■■■ changed files
docs/whatsnew-1.1.rst 2 ●●● patch | view | raw | blame | history
docs/whatsnew-1.1.rst
@@ -273,7 +273,7 @@
- Previously, :class:`pyramid.request.Request` inherited from
  :class:`webob.request.Request` and implemented ``__getattr__``,
  ``__setattr__`` and ``__delattr__`` itself in order to overidde "adhoc
  ``__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