Commit 3f882189 authored by Jim Fulton's avatar Jim Fulton

Fixed typo.

parent c9236a7c
......@@ -159,7 +159,7 @@ class IDictionaryIsh(IKeyed, ISized):
class IBTree(IDictionaryIsh):
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
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