Skip to content

Commit f0ed9a9

Browse files
committed
Duplicate word in comments
1 parent ac91aea commit f0ed9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __iter__(self):
66
raise NotImplementedError
77

88
def get(self, item):
9-
"""Returns an an object with a .items() call method
9+
"""Returns an object with a .items() call method
1010
that iterates over key,value pairs of its information."""
1111
raise NotImplementedError
1212

0 commit comments

Comments
 (0)