[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/schema/interfaces.py
fix typo in docstring
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Nov 1 18:30:26 EST 2004
Log message for revision 28315:
fix typo in docstring
(merged from Zope 3 trunk revision 28314)
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/schema/interfaces.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/schema/interfaces.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/schema/interfaces.py 2004-11-01 23:26:04 UTC (rev 28314)
+++ Zope3/branches/ZopeX3-3.0/src/zope/schema/interfaces.py 2004-11-01 23:30:26 UTC (rev 28315)
@@ -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