Skip to content

Commit

Permalink
Fix docstring summary line for 'unregisterAdapter'.
Browse files Browse the repository at this point in the history
Closes #23.

[ci skip]
  • Loading branch information
tseaver committed Dec 6, 2016
1 parent b30d4d6 commit bad08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/interfaces.py
Expand Up @@ -1051,7 +1051,7 @@ def registerAdapter(factory, required=None, provided=None, name=_BLANK,

def unregisterAdapter(factory=None, required=None,
provided=None, name=_BLANK):
"""Register an adapter factory
"""Unregister an adapter factory
A boolean is returned indicating whether the registry was
changed. If the given component is None and there is no
Expand Down

0 comments on commit bad08b8

Please sign in to comment.