diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-20 08:05:06 -0700 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-20 08:05:06 -0700 |
| commit | 92cf3d14c15c0461953000719aafab83ae991f6d (patch) | |
| tree | dd505041209b856f807b7dae12232390865cf93d /docs/whatsnew-1.1.rst | |
| parent | 837c257c60942bdb8f1a71a1a12faf8afe1a71d5 (diff) | |
| download | pyramid-92cf3d14c15c0461953000719aafab83ae991f6d.tar.gz pyramid-92cf3d14c15c0461953000719aafab83ae991f6d.tar.bz2 pyramid-92cf3d14c15c0461953000719aafab83ae991f6d.zip | |
typo
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 1638fe9db..681f05699 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -273,7 +273,7 @@ Deprecations and Behavior Differences - 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 |
