Fix typo
This commit is contained in:
parent
1efeaadd78
commit
c047755e58
|
@ -87,7 +87,7 @@ possible for libraries to define new dispatching criteria for
|
|||
generic functions, and new kinds of interfaces, and use them in
|
||||
place of the predefined features. For example, it should be possible
|
||||
to use a ``zope.interface`` interface object to specify the desired
|
||||
type of a function argument, as long as the ``zope.interface``
|
||||
type of a function argument, as long as the ``zope.interface`` package
|
||||
registered itself correctly (or a third party did the registration).
|
||||
|
||||
In this way, the proposed API simply offers a uniform way of accessing
|
||||
|
|
Loading…
Reference in New Issue