Skip to content

Commit

Permalink
Finish sentence in docstring. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 15, 2021
1 parent 8a0a8f1 commit 6a293da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/interface/declarations.py
Expand Up @@ -1246,7 +1246,8 @@ class ObjectSpecificationDescriptor(object):
"""Implement the ``__providedBy__`` attribute
The ``__providedBy__`` attribute computes the interfaces provided by
an object. If an object has an ``__provides__`` attribute
an object. If an object has an ``__provides__`` attribute, that is returned.
Otherwise, `implementedBy` the *cls* is returned.
.. versionchanged:: 5.4.0
Both the default (C) implementation and the Python implementation
Expand Down

0 comments on commit 6a293da

Please sign in to comment.