Skip to content

Commit

Permalink
DOC: Avoid confusing usage of implement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Sep 5, 2018
1 parent d5b2ef4 commit 56abb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Declaring Interfaces
An interface describes a collection of methods and properties that should be
provided by implementors.

We implement an interface by subclassing from :class:`interface.Interface` and
We create an interface by subclassing from :class:`interface.Interface` and
defining stubs for methods that should be part of the interface:

.. code-block:: python
Expand Down

0 comments on commit 56abb10

Please sign in to comment.