diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-06 00:06:01 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-06 00:06:01 -0600 |
| commit | 42075618568881a36d9fb03812a0e651d1c084ce (patch) | |
| tree | 1fc82ec8a5bcb890c5be1bb5cbc680474850a745 | |
| parent | bbe0ad003c2f0fe5bf66953f12bd15043702838c (diff) | |
| download | pyramid-42075618568881a36d9fb03812a0e651d1c084ce.tar.gz pyramid-42075618568881a36d9fb03812a0e651d1c084ce.tar.bz2 pyramid-42075618568881a36d9fb03812a0e651d1c084ce.zip | |
fix typo
| -rw-r--r-- | pyramid/config/adapters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/adapters.py b/pyramid/config/adapters.py index f6a652e3d..3d11980da 100644 --- a/pyramid/config/adapters.py +++ b/pyramid/config/adapters.py @@ -143,7 +143,7 @@ class AdaptersConfiguratorMixin(object): Adds a subscriber predicate factory. The associated subscriber predicate can later be named as a keyword argument to :meth:`pyramid.config.Configurator.add_subscriber` in the - ``**predicates`` anonyous keyword argument dictionary. + ``**predicates`` anonymous keyword argument dictionary. ``name`` should be the name of the predicate. It must be a valid Python identifier (it will be used as a ``**predicates`` keyword |
