[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/registration/registration.py fix typo
Scott Pascoe
manager at planneditsolutions.com
Mon May 24 23:53:25 EDT 2004
Log message for revision 24953:
fix typo
-=-
Modified: Zope3/trunk/src/zope/app/registration/registration.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/registration.py 2004-05-25 03:50:11 UTC (rev 24952)
+++ Zope3/trunk/src/zope/app/registration/registration.py 2004-05-25 03:53:24 UTC (rev 24953)
@@ -183,7 +183,7 @@
r1 False
So why is this a stack? Unregistering an object is a bit like
- poping an element. Suppose we unrgister r2:
+ popping an element. Suppose we unregister r2:
>>> stack.unregister(r2)
More information about the Zope3-Checkins
mailing list