diff --git a/docs/usage.rst b/docs/usage.rst index 1518fd8..a0d8016 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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