diff options
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3e57e0c62..bbaa4ad03 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -54,7 +54,7 @@ Backwards Incompatibilities Internal -------- -- The ``repoze.bfg.res08rce.resolve_resource_spec`` function can now +- The ``repoze.bfg.resource.resolve_resource_spec`` function can now accept a package object as its ``pname`` argument instead of just a package name. diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 8daefa1b0..71bf3d3b6 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -290,7 +290,7 @@ Minor Feature Additions value is returned unconditionally without any resolution attempted. - The new - :meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` + :meth:`repoze.bfg.configuration.Configurator.absolute_resource_spec` method resolves a potentially relative :term:`resource specification` string into an absolute version. |
