Skip to content

Commit 98f4845

Browse files
samuelgarciazm711
andauthored
Update src/spikeinterface/core/base.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 7b37ee3 commit 98f4845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def set_property(
266266
if dtype_kind not in self.default_missing_property_values.keys():
267267
raise ValueError(
268268
f"Can't infer a natural missing value for dtype {dtype_kind}. "
269-
"Please provide it with the missing_value argument"
269+
"Please provide it with the `missing_value` argument"
270270
)
271271
else:
272272
missing_value = self.default_missing_property_values[dtype_kind]

0 commit comments

Comments
 (0)