[Zope-CVS] SVN: book/trunk/smileyutility/interfaces.py Corrected
typos.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 31 11:10:44 EDT 2004
Log message for revision 27365:
Corrected typos.
Changed:
U book/trunk/smileyutility/interfaces.py
-=-
Modified: book/trunk/smileyutility/interfaces.py
===================================================================
--- book/trunk/smileyutility/interfaces.py 2004-08-31 15:10:11 UTC (rev 27364)
+++ book/trunk/smileyutility/interfaces.py 2004-08-31 15:10:44 UTC (rev 27365)
@@ -27,7 +27,7 @@
class ISmileyTheme(Interface):
"""A theme is a collection of smileys having a stylistic theme.
- Themes are intened to be implemented as named utilities, which will be
+ Themes are intended to be implemented as named utilities, which will be
available via a local smiley service.
"""
@@ -52,7 +52,7 @@
class IGlobalSmileyTheme(ISmileyTheme):
- """A global smiley theme that also allows managament of smileys."""
+ """A global smiley theme that also allows management of smileys."""
def provideSmiley(text, smiley_path):
"""Provide a smiley for the utility."""
More information about the Zope-CVS
mailing list