diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-05-05 22:53:14 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-05-05 22:53:14 -0500 |
| commit | e409c197bff937ca1fbd3c8a19f645432dc1b239 (patch) | |
| tree | bd70f45197254fc372f24409e9108dc5ec0d6949 | |
| parent | 079c7721848e74af3c6a12cceab9b138dba2fd0d (diff) | |
| download | pyramid-e409c197bff937ca1fbd3c8a19f645432dc1b239.tar.gz pyramid-e409c197bff937ca1fbd3c8a19f645432dc1b239.tar.bz2 pyramid-e409c197bff937ca1fbd3c8a19f645432dc1b239.zip | |
removed meth indicator, which caused parentheses to show beside the name of the argument
| -rw-r--r-- | pyramid/config.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyramid/config.py b/pyramid/config.py index b7a2f2a7a..23dba7c84 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -2042,9 +2042,8 @@ class Configurator(object): dictionary, and therefore will be made available to the code which uses the renderer. - .. note:: Using the :meth:`renderer_globals_factory` - argument to the - :class:`pyramid.config.Configurator` constructor + .. note:: Using the ``renderer_globals_factory`` argument + to the :class:`pyramid.config.Configurator` constructor can be used to achieve the same purpose. """ factory = self.maybe_dotted(factory) |
