[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests - test_simple.py:1.2
Jim Fulton
jim@zope.com
Wed, 30 Jul 2003 10:53:06 -0400
Update of /cvs-repository/Zope3/src/zope/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv3872
Modified Files:
test_simple.py
Log Message:
Fixed minor doc typo.
=== Zope3/src/zope/configuration/tests/test_simple.py 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/test_simple.py:1.1 Wed Jul 30 10:35:06 2003
+++ Zope3/src/zope/configuration/tests/test_simple.py Wed Jul 30 10:53:01 2003
@@ -54,7 +54,7 @@
as the first argument. A directive context, at a minimim, implements,
``zope.configuration.IConfigurationContext``. (Specialized contexts
can implement more specific interfaces. We'll say more about that when
-we talk about grouping directives in congigex.py.) The title argument
+we talk about grouping directives.) The title argument
must have a default value, because we indicated that the title was not
required in the schema. (Alternatively, we could have made the title
required, but provided a default value in the schema.