Skip to content

Commit 911c6a4

Browse files
committed
-
1 parent cd1174f commit 911c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py3/python_toolbox/sequence_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def ensure_iterable_is_sequence(iterable, default_type=tuple,
308308
return default_type(iterable)
309309

310310

311-
class CanonicalSlice: # blockodo replace parse_slice everywhere
311+
class CanonicalSlice:
312312
def __init__(self, slice_, iterable_or_length=None, offset=0):
313313
'''
314314
blocktododoc iterable_or_length, also note result, if not given iterable/length, can't really be used as slice (only as canonical object) because of `infinity`

0 commit comments

Comments
 (0)