Skip to content
Snippets Groups Projects
Commit ab08abf7 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

mysterious xc3 non-ASCII character possibly vanquished

parent 9508c208
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,8 @@ def all_combinations(**dict_of_lists):
def groupby_indices(iterable, key_fn=lambda x: x):
"""
Returns diçtionary mapping unique values to list of indices that had
those values.
Returns dictionary mapping unique values to list of indices that
had those values.
"""
index_groups = defaultdict(list)
for i, x in enumerate(key_fn(x) for x in iterable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment