Skip to content

Commit 853258a

Browse files
committed
python/src/moocore/_moocore.py (ReadDatasetsError): avoid redundant parameter type.
1 parent 3f5c0a4 commit 853258a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/moocore/_moocore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ReadDatasetsError(Exception):
3535
3636
Parameters
3737
----------
38-
error_code : int
38+
error_code:
3939
Error code returned by ``read_datasets()`` C function.
4040
4141
"""

0 commit comments

Comments
 (0)