Skip to content

Commit

Permalink
No need to repeat all the docs for zopeconfigure twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 27, 2018
1 parent 6114a60 commit b209bb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/api/zopeconfigure.rst
@@ -1,4 +1,5 @@
:mod:`zope.configuration.zopeconfigure`
=======================================
==================================
zope.configuration.zopeconfigure
==================================

.. automodule:: zope.configuration.zopeconfigure
6 changes: 4 additions & 2 deletions src/zope/configuration/zopeconfigure.py
Expand Up @@ -123,7 +123,7 @@ class IZopeConfigure(Interface):
information collected is used by subdirectives.
It may seem that this directive can only be used once per file, but it can
be applied whereever it is convenient.
be applied wherever it is convenient.
"""

package = GlobalObject(
Expand All @@ -149,7 +149,9 @@ class IZopeConfigure(Interface):


class ZopeConfigure(GroupingContextDecorator):
__doc__ = __doc__
"""
The implementation of `IZopeConfigure`.
"""

def __init__(self, context, **kw):
super(ZopeConfigure, self).__init__(context, **kw)
Expand Down

0 comments on commit b209bb2

Please sign in to comment.