[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
service.py:1.18
Steve Alexander
steve at cat-box.net
Wed Mar 3 12:21:29 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv19638/src/zope/app/interfaces/services
Modified Files:
service.py
Log Message:
Fixed typo in docstring.
=== Zope3/src/zope/app/interfaces/services/service.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/interfaces/services/service.py:1.17 Thu Dec 18 03:01:04 2003
+++ Zope3/src/zope/app/interfaces/services/service.py Wed Mar 3 12:21:28 2004
@@ -113,7 +113,7 @@
"""Add a subsite of the site
Local sites are connected in a tree. Each site knows about
- it's containing sites anb it's subsites.
+ its containing sites and its subsites.
"""
class IServiceRegistration(registration.INamedComponentRegistration):
More information about the Zope3-Checkins
mailing list