[Zope-Checkins] CVS: Zope3/lib/python/Interface - pyskel.py:1.6
Guido van Rossum
guido@python.org
Tue, 9 Jul 2002 08:15:00 -0400
Update of /cvs-repository/Zope3/lib/python/Interface
In directory cvs.zope.org:/tmp/cvs-serv18391
Modified Files:
pyskel.py
Log Message:
Fix typo in docstring (the package is Inerface, not Interfaces).
=== Zope3/lib/python/Interface/pyskel.py 1.5 => 1.6 ===
cd lib/python
- python Interfaces/pyskel.py Zope.App.Security.IRoleService.IRoleService
+ python Interface/pyskel.py Zope.App.Security.IRoleService.IRoleService
The dotted name is the module name and interface object name connected
with a dot.