Skip to content

Commit 50ef3d1

Browse files
committed
change variable name
1 parent c2cc50b commit 50ef3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .settings import config
1515

1616

17-
scalar_id = dict(
17+
scalar_types = dict(
1818
(
1919
# see http://www.mathworks.com/help/techdoc/apiref/mxclassid.html
2020
("UNKNOWN", None),

0 commit comments

Comments
 (0)