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 9b12777 commit e2811a1
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 @@ -236,7 +236,7 @@ def __setitem__(self, key, value):
contained.setitem(self, self._real_setitem, key, value)

def add(self, value, key=None):
# We are already suporting ``None`` valued keys, which prompts the key
# We are already supporting ``None`` valued keys, which prompts the key
# to be the OID. But people felt that a more explicit interface would
# be better in this case.
self[key] = value
Expand Down

0 comments on commit e2811a1

Please sign in to comment.