Skip to content

Commit 3ed5433

Browse files
committed
minor oops, changed comment
1 parent 67dfa50 commit 3ed5433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solutions/Session08/sparse_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
"""
3-
example of a callable class
3+
example of emulating a sequence
44
"""
55

66
class SparseArray(object):

0 commit comments

Comments
 (0)