Skip to content
Snippets Groups Projects
Commit 9a61bafe authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix docs

parent 7ebca139
No related branches found
No related tags found
1 merge request!13Update to new CI
Pipeline #41952 passed
......@@ -541,7 +541,7 @@ def write_vec(file_or_fd, v, key=b""):
Raises
------
MatrixDataTypeError
ValueError
Unsupported data-type of the input file.
"""
fd = open_or_fd(file_or_fd, mode="wb")
......@@ -594,7 +594,7 @@ def write_mat(file_or_fd, m, key=b""):
Raises
------
MatrixDataTypeError
ValueError
Unsupported data-type of the input file.
"""
fd = open_or_fd(file_or_fd, mode="wb")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment