[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - meta.py:1.3
R. David Murray
bitz@bitdance.com
Fri, 30 Aug 2002 18:06:48 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv21096
Modified Files:
meta.py
Log Message:
Fix some typos in comments.
=== Zope3/lib/python/Zope/Configuration/meta.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Configuration/meta.py:1.2 Mon Jun 10 19:29:24 2002
+++ Zope3/lib/python/Zope/Configuration/meta.py Fri Aug 30 18:06:48 2002
@@ -96,15 +96,15 @@
def begin(_custom_directives, _name, _context, **kw):
"""Begin executing a top-level directive
- A custom registry is provided to provides specialized directive
+ A custom registry is provided to provide specialized directive
handlers in addition to the globally registered directives. For
example, the XML configuration mechanism uses these to provide XML
configuration file directives.
- The _name argument is a tuple with a namespace URI and an
+ The _name argument is a tuple with a namespace URI and a
name string.
- Thje _context argument is an execution context objects that
+ The _context argument is an execution context object that
directives use for functions like resolving names. It will be
passed as the first argument to the directive handler.
@@ -114,7 +114,7 @@
- An object to be called to finish directive processing. This
object will return a sequence of actions. The object must be
- called after sub-directives are processes.
+ called after sub-directives are processed.
- A registry for looking up subdirectives.
@@ -136,10 +136,10 @@
The first argument, subs, is a registry of allowable subdirectives
for the containing directive or subdirective.
- The _name argument is a tuple with a namespace URI and an
+ The _name argument is a tuple with a namespace URI and a
name string.
- Thje _context argument is an execution context objects that
+ The _context argument is an execution context object that
directives use for functions like resolving names. It will be
passed as the first argument to the directive handler.
@@ -149,7 +149,7 @@
- An object to be called to finish directive processing. This
object will return a sequence of actions. The object must be
- called after sub-directives are processes.
+ called after sub-directives are processed.
- A registry for looking up subdirectives.
@@ -179,7 +179,7 @@
def end(base):
"""Finish processing a directive or subdirective
- The argument is a return value from begin or sub. It's first
+ The argument is a return value from begin or sub. Its first
element is called to get a sequence of actions.
The actions are normalized to a 4-element tuple with a