Skip to content

Commit 56abb10

Browse files
author
Scott Sanderson
committed
DOC: Avoid confusing usage of implement.
1 parent d5b2ef4 commit 56abb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Declaring Interfaces
77
An interface describes a collection of methods and properties that should be
88
provided by implementors.
99

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

1313
.. code-block:: python

0 commit comments

Comments
 (0)