Finish sentence in docstring. [skip ci]

This commit is contained in:
Jason Madden 2021-04-15 04:50:13 -05:00
parent 8a0a8f1dea
commit 6a293da775
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
1 changed files with 2 additions and 1 deletions

View File

@ -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