We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
implement
1 parent d5b2ef4 commit 56abb10Copy full SHA for 56abb10
docs/usage.rst
@@ -7,7 +7,7 @@ Declaring Interfaces
7
An interface describes a collection of methods and properties that should be
8
provided by implementors.
9
10
-We implement an interface by subclassing from :class:`interface.Interface` and
+We create an interface by subclassing from :class:`interface.Interface` and
11
defining stubs for methods that should be part of the interface:
12
13
.. code-block:: python
0 commit comments