Skip to content

Commit

Permalink
Fixed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin Deforest committed Apr 12, 2018
1 parent dbd1637 commit fcc21ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def substitute_entity(match):
return RE_HTML_ENTITY.sub(substitute_entity, text)


def chunkize_serial(iterable, chunksize, as_numpy=False,dtype=np.float32):
def chunkize_serial(iterable, chunksize, as_numpy=False, dtype=np.float32):
"""Give elements from the iterable in `chunksize`-ed lists.
The last returned element may be smaller (if length of collection is not divisible by `chunksize`).
Expand Down

0 comments on commit fcc21ea

Please sign in to comment.