[Python-checkins] r55031 - peps/trunk/pep-3124.txt

phillip.eby python-checkins at python.org
Tue May 1 02:19:55 CEST 2007


Author: phillip.eby
Date: Tue May  1 02:19:45 2007
New Revision: 55031

Modified:
   peps/trunk/pep-3124.txt
Log:
Fix typo


Modified: peps/trunk/pep-3124.txt
==============================================================================
--- peps/trunk/pep-3124.txt	(original)
+++ peps/trunk/pep-3124.txt	Tue May  1 02:19:45 2007
@@ -87,7 +87,7 @@
 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


More information about the Python-checkins mailing list