[Checkins] SVN: zope_secrets/trunk/source/startup.rst Fixed a few typos.

Maurits van Rees m.van.rees at zestsoftware.nl
Mon Jan 2 14:17:53 UTC 2012


Log message for revision 123883:
  Fixed a few typos.

Changed:
  U   zope_secrets/trunk/source/startup.rst

-=-
Modified: zope_secrets/trunk/source/startup.rst
===================================================================
--- zope_secrets/trunk/source/startup.rst	2012-01-02 13:21:20 UTC (rev 123882)
+++ zope_secrets/trunk/source/startup.rst	2012-01-02 14:17:52 UTC (rev 123883)
@@ -247,7 +247,7 @@
 ``constructors``
   A list of constructor methods. An element in the list can be a callable object
   with a ``__name__`` attribute giving the name the method should have in the
-  product, or the a tuple consisting of a name and a callable
+  product, or a tuple consisting of a name and a callable
   object. The first method will be used as the initial method called
   when creating an object through the web (in the ZMI).
 
@@ -421,7 +421,7 @@
   simple ``App.FactoryDispatcher.Product`` wrapper if persistent product
   installation has not taken place.
 * Create an instance of the factory dispatcher on the fly, passing in the
-  product descriptor and the parent object (i.e. the continer).
+  product descriptor and the parent object (i.e. the container).
 * Return this, acquisition-wrapped in ``self``, to allow traversal to continue.
 
 Traversal then continues over the ``FactoryDispatcher``. In the version of



More information about the checkins mailing list