Skip to content

Commit

Permalink
Fixes piskvorky#1869 , Mmcorpus file-like object behaviour fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sj29-innovate committed Feb 16, 2018
1 parent 6083ca6 commit 18ca3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/matutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ class MmReader(object):
"""
@contextmanager
def open_file(self, input):
#Generates 'with' like behaviour excepting closing the file object
# Generates 'with' like behaviour excepting closing the file object
mgr = utils.file_or_filename(self.input)
exc = False
try:
Expand Down

0 comments on commit 18ca3cf

Please sign in to comment.