This commit is contained in:
Phillip J. Eby 2007-05-01 00:19:45 +00:00
parent 1efeaadd78
commit c047755e58
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ possible for libraries to define new dispatching criteria for
generic functions, and new kinds of interfaces, and use them in generic functions, and new kinds of interfaces, and use them in
place of the predefined features. For example, it should be possible place of the predefined features. For example, it should be possible
to use a ``zope.interface`` interface object to specify the desired 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). registered itself correctly (or a third party did the registration).
In this way, the proposed API simply offers a uniform way of accessing In this way, the proposed API simply offers a uniform way of accessing