Skip to content

Commit

Permalink
Fix sentence in README
Browse files Browse the repository at this point in the history
Classes (factories) _implement_, objects _provide_. After first carefully explaining the difference, the docs mix them up.
  • Loading branch information
niels-bom-md authored and Michael Howitz committed Mar 20, 2017
1 parent b8a36f1 commit 76abebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.rst
Expand Up @@ -218,7 +218,7 @@ Of course, ``Foo`` doesn't *provide* ``IFoo``, it *implements* it:
>>> IFoo.providedBy(Foo)
False

We can also ask what interfaces are implemented by an object:
We can also ask what interfaces are implemented by a class:

.. doctest::

Expand Down

0 comments on commit 76abebe

Please sign in to comment.