diff options
| author | Gerard <gerwis1998@gmail.com> | 2018-06-28 23:55:31 +0200 |
|---|---|---|
| committer | Gerard <gerwis1998@gmail.com> | 2018-06-28 23:55:31 +0200 |
| commit | eab50da2b27b74cd9f64f26f1f6c80935db242c8 (patch) | |
| tree | 35b38ca2b91ce3df5e4231361b34f96fe103d406 /docs/whatsnew-1.0.rst | |
| parent | bd0d044d6ae2a367e9a554dffb279b677a3488df (diff) | |
| download | pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.gz pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.bz2 pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.zip | |
Typos changed
Diffstat (limited to 'docs/whatsnew-1.0.rst')
| -rw-r--r-- | docs/whatsnew-1.0.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/whatsnew-1.0.rst b/docs/whatsnew-1.0.rst index 0ed6e21fc..7c507e099 100644 --- a/docs/whatsnew-1.0.rst +++ b/docs/whatsnew-1.0.rst @@ -125,7 +125,7 @@ Terminology Changes - The Pyramid concept previously known as "model" is now known as "resource". As a result, the following API renames have been made. Backwards - compatibility shims for the old names have been left in place in all cases:: + compatibility shivs for the old names have been left in place in all cases:: pyramid.url.model_url -> pyramid.url.resource_url @@ -162,7 +162,7 @@ Terminology Changes - The Pyramid concept previously known as "resource" is now known as "asset". As a result, the following API changes were made. Backwards compatibility - shims have been left in place as necessary:: + shivs have been left in place as necessary:: pyramid.config.Configurator.absolute_resource_spec -> pyramid.config.Configurator.absolute_asset_spec @@ -516,7 +516,7 @@ Deprecations and Behavior Differences - Obtaining the ``settings`` object via ``registry.{get|query}Utility(ISettings)`` is now deprecated. Instead, obtain the ``settings`` object via the ``registry.settings`` attribute. A - backwards compatibility shim was added to the registry object to register + backwards compatibility shiv was added to the registry object to register the settings object as an ISettings utility when ``setattr(registry, 'settings', foo)`` is called, but it will be removed in a later release. |
