Skip to content

Commit caeca0c

Browse files
authored
Merge pull request #3532 from hammad7/feature/doc_update_issue_3528
Issue-3528: Corrected file argument name in KeyedVectors.save
2 parents 795c7e0 + 35a3a94 commit caeca0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gensim/models/keyedvectors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def save(self, *args, **kwargs):
762762
763763
Parameters
764764
----------
765-
fname : str
765+
fname_or_handle : str
766766
Path to the output file.
767767
768768
See Also

0 commit comments

Comments
 (0)