Skip to content

Commit 9517e63

Browse files
authored
Fix typo in error message (#297)
1 parent 3564310 commit 9517e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def serialize_and_write(
306306
f"The following {type_name} could not be serialized: {unit}\n"
307307
)
308308
message += (
309-
"This is usally an issue with a custom python object being "
309+
"This is usually an issue with a custom python object being "
310310
"present in the metadata. Please inspect this error and adjust the "
311311
"metadata so it is json-serializable: only python primitives such as "
312312
"strings, ints, floats, lists, and dicts. For example, you must "

0 commit comments

Comments
 (0)