diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-30 20:07:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-30 20:07:15 +0000 |
| commit | b74cd47706ba4df77080ef49eb85cb0437bc15f4 (patch) | |
| tree | 9e9123b00e2ada6b933873f7b651473baf41d412 /repoze/bfg/configuration.py | |
| parent | 719a939c6712e38cc44ee1774d51894e530eddc9 (diff) | |
| download | pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.gz pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.bz2 pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.zip | |
Spellcheck.
Diffstat (limited to 'repoze/bfg/configuration.py')
| -rw-r--r-- | repoze/bfg/configuration.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index ad8da75d3..d89deb3b0 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -1302,7 +1302,7 @@ class Configurator(object): def testing_add_template(self, path, renderer=None): """Unit/integration testing helper: register a template - tenderer at ``path`` (usually a relative filename ala + renderer at ``path`` (usually a relative filename ala ``templates/foo.pt``) and return the renderer object. If the ``renderer`` argument is None, a 'dummy' renderer will be used. This function is useful when testing code that calls @@ -1798,7 +1798,7 @@ def make_app(root_factory, package=None, filename='configure.zcml', relative to the package path) that should be parsed to create the application registry. It defaults to ``configure.zcml``. It can also be a ;term:`resource specification` in the form - ``dotted_package_name:relatve/file/path.zcml``. Note that if any + ``dotted_package_name:relative/file/path.zcml``. Note that if any value for ``configure_zcml`` is passed within the ``settings`` dictionary, the value passed as ``filename`` will be ignored, replaced with the ``configure_zcml`` value. |
