[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - meta.py:1.15
Florent Guillaume
fg@nuxeo.com
Thu, 3 Oct 2002 15:44:57 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv23573/lib/python/Zope/Configuration
Modified Files:
meta.py
Log Message:
Fixed pervasive it's/its grammatical error in comments or docstrings.
=== Zope3/lib/python/Zope/Configuration/meta.py 1.14 => 1.15 ===
--- Zope3/lib/python/Zope/Configuration/meta.py:1.14 Sun Sep 22 14:47:07 2002
+++ Zope3/lib/python/Zope/Configuration/meta.py Thu Oct 3 15:44:26 2002
@@ -296,7 +296,7 @@
"""This is the meta-meta-directive"""
#
# Unlike other directives, it doesn't return any actions, but
- # takes action right away, since it's actions are needed to process other
+ # takes action right away, since its actions are needed to process other
# directives.
#
# For this reason, this isn't a good directive example.