From c047755e58257a5940c26eefad6ff66bd3555e9d Mon Sep 17 00:00:00 2001 From: "Phillip J. Eby" Date: Tue, 1 May 2007 00:19:45 +0000 Subject: [PATCH] Fix typo --- pep-3124.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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