Commit 5241bec0 authored by Scott Pascoe's avatar Scott Pascoe

Spring Cleaning, corrected typo in docstring

parent 0c1fb440
......@@ -31,7 +31,7 @@ class ICollection(Interface):
class IReadSequence(Interface):
def __getitem__(index):
"""Return a value at the givem index
"""Return a value at the given index
An IndexError is raised if the index cannot be found.
"""
......
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