[Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/interfaces.py fix typo in docstring

Fred L. Drake, Jr. fdrake at gmail.com
Mon Nov 1 18:26:04 EST 2004


Log message for revision 28314:
  fix typo in docstring

Changed:
  U   Zope3/trunk/src/zope/schema/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/interfaces.py	2004-11-01 22:30:19 UTC (rev 28313)
+++ Zope3/trunk/src/zope/schema/interfaces.py	2004-11-01 23:26:04 UTC (rev 28314)
@@ -345,7 +345,7 @@
 class IId(IBytesLine):
     """A field containing a unique identifier
 
-    A unique identifier is either an absolute URI ir a dotted name.
+    A unique identifier is either an absolute URI or a dotted name.
     If it's a dotted name, it should have a module/package name as a prefix.
     """
 



More information about the Zope3-Checkins mailing list