Commit 410e01dc authored by Maurits van Rees's avatar Maurits van Rees

typo in comment: allways -> always

parent 7ab4d542
......@@ -411,7 +411,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
def recordify(self, object):
""" turns an object into a record tuple """
record = []
# the unique id is allways the first element
# the unique id is always the first element
for x in self.names:
attr=getattr(object, x, MV)
if(attr is not MV and safe_callable(attr)): attr=attr()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment