[Zope3-checkins] CVS: Zope3/src/zope/app/schema - vocabulary.py:1.1.2.5
   
    Fred L. Drake, Jr.
     
    fred@zope.com
       
    Thu, 15 May 2003 11:29:55 -0400
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv18859
Modified Files:
      Tag: schema-vocabulary-branch
	vocabulary.py 
Log Message:
docstring for helper class
=== Zope3/src/zope/app/schema/vocabulary.py 1.1.2.4 => 1.1.2.5 ===
--- Zope3/src/zope/app/schema/vocabulary.py:1.1.2.4	Wed May 14 13:49:08 2003
+++ Zope3/src/zope/app/schema/vocabulary.py	Thu May 15 11:29:54 2003
@@ -33,6 +33,8 @@
 
 
 class FactoryKeywordPasser:
+    """Helper that passes additional keywords to the actual factory."""
+
     def __init__(self, factory, kwargs):
         self.factory = factory
         self.kwargs = kwargs