Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Apr 9, 2013
1 parent bd6eb33 commit 0cfebbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongopersist/zope/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __getitem__(self, key):
return obj

def _real_setitem(self, key, value):
# This call by iteself causes the state to change _p_changed to True.
# This call by itself causes the state to change _p_changed to True.
if self._m_mapping_key is not None:
setattr(value, self._m_mapping_key, key)
if self._m_parent_key is not None:
Expand Down

0 comments on commit 0cfebbf

Please sign in to comment.