[Zope3-checkins] CVS: Zope3/src/zope/app/schema - vocabulary.py:1.1.2.3
   
    Fred L. Drake, Jr.
     
    fred@zope.com
       
    Thu, 8 May 2003 12:38:27 -0400
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv1516
Modified Files:
      Tag: schema-vocabulary-branch
	vocabulary.py 
Log Message:
fix typo
=== Zope3/src/zope/app/schema/vocabulary.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/schema/vocabulary.py:1.1.2.2	Thu May  8 11:17:31 2003
+++ Zope3/src/zope/app/schema/vocabulary.py	Thu May  8 12:38:27 2003
@@ -53,4 +53,4 @@
 
 
 _clear()
-cleanup.addCleanup(_clear)
+cleanup.addCleanUp(_clear)