Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Simmler committed Apr 11, 2017
1 parent 8ae1e2c commit 252558f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dariah_topics/preprocessing.py
Expand Up @@ -448,7 +448,6 @@ def create_sparse_matrix(doc_labels, doc_tokens, type_dictionary, doc_ids):
1 1 1
2 1
3 1
[3 rows x 1 columns]
"""
temp_counter = _create_large_counter(doc_labels, doc_tokens, type_dictionary)
largecounter = {doc_ids[key]: value for key, value in temp_counter.items()}
Expand Down

0 comments on commit 252558f

Please sign in to comment.