diff options
| -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`` |
