diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-30 00:49:03 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-30 00:49:03 +0000 |
| commit | 0cc87e1b54ced056c5d673456dfa990d7a056cc3 (patch) | |
| tree | 9bed81fc570c6b12652aab075a34456a26bd9b3a | |
| parent | 27477816ba22b1f1edead0c4ec6efe5459b33e94 (diff) | |
| download | pyramid-0cc87e1b54ced056c5d673456dfa990d7a056cc3.tar.gz pyramid-0cc87e1b54ced056c5d673456dfa990d7a056cc3.tar.bz2 pyramid-0cc87e1b54ced056c5d673456dfa990d7a056cc3.zip | |
Rendering.
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 3f6d8e207..1b7288dac 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -213,7 +213,7 @@ deprecated('registerViewPermission', def registerUtility(impl, iface=Interface, name=''): """ Register a ZCA utility component. - The ``impl`` argument specifies the implementation of the utility. + The ``impl`` argument specifies the implementation of the utility. The ``iface`` argument specifies the :term:`interface` which will be later required to look up the utility (:class:`zope.interface.Interface`, by default). The ``name`` |
