[Zope-CVS] CVS: Packages/pypes/pypes - identity.py:1.14
Casey Duncan
casey at zope.com
Thu Mar 4 00:09:51 EST 2004
Update of /cvs-repository/Packages/pypes/pypes
In directory cvs.zope.org:/tmp/cvs-serv19906
Modified Files:
identity.py
Log Message:
Fix typo
=== Packages/pypes/pypes/identity.py 1.13 => 1.14 ===
--- Packages/pypes/pypes/identity.py:1.13 Wed Mar 3 23:47:56 2004
+++ Packages/pypes/pypes/identity.py Thu Mar 4 00:09:50 2004
@@ -171,7 +171,7 @@
def add(self, obj):
if self._p_jar is None and getattr(obj, '_p_jar', None) is not None:
# If we are not associated with a database connection
- # add us to onr from the child object so we can access services
+ # add us to one from the child object so we can access services
obj._p_jar.add(self)
ident = pypesid(obj)
if ident is None:
More information about the Zope-CVS
mailing list