Skip to content

Commit

Permalink
Issue-3528: Corrected file argument name in KeyedVectors.save
Browse files Browse the repository at this point in the history
  • Loading branch information
hammad7 committed May 27, 2024
1 parent da2f388 commit 35a3a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/models/keyedvectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def save(self, *args, **kwargs):
Parameters
----------
fname : str
fname_or_handle : str
Path to the output file.
See Also
Expand Down

0 comments on commit 35a3a94

Please sign in to comment.