diff --git a/pep-3124.txt b/pep-3124.txt index 640be4679..234f525e5 100755 --- a/pep-3124.txt +++ b/pep-3124.txt @@ -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