Commit aeab8c93 authored by Jim Fulton's avatar Jim Fulton

Fixed typo.

parent cb5262c4
...@@ -159,7 +159,7 @@ class IDictionaryIsh(IKeyed, ISized): ...@@ -159,7 +159,7 @@ class IDictionaryIsh(IKeyed, ISized):
class IBTree(IDictionaryIsh): class IBTree(IDictionaryIsh):
def insert(key, value): def insert(key, value):
"""Insert a key and value into the colelction. """Insert a key and value into the collection.
If the key was already in the collection, then there is no If the key was already in the collection, then there is no
change and 0 is returned. change and 0 is returned.
......
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