Skip to content

Commit e0269c2

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/neuralynxrawio/neuralynxrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent e30e104 commit e0269c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/neuralynxrawio/neuralynxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def __init__(
152152

153153
if filename is not None:
154154
include_filenames = [filename]
155-
warnings.warn("`filename` is deprecated and will be removed in v1.0. Please use `include_filenames` instead")
155+
warnings.warn("`filename` is deprecated and will be removed in version 1.0. Please use `include_filenames` instead")
156156

157157
if exclude_filename is not None:
158158
if isinstance(exclude_filename, str):

0 commit comments

Comments
 (0)