We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e104 commit e0269c2Copy full SHA for e0269c2
neo/rawio/neuralynxrawio/neuralynxrawio.py
@@ -152,7 +152,7 @@ def __init__(
152
153
if filename is not None:
154
include_filenames = [filename]
155
- warnings.warn("`filename` is deprecated and will be removed in v1.0. Please use `include_filenames` instead")
+ warnings.warn("`filename` is deprecated and will be removed in version 1.0. Please use `include_filenames` instead")
156
157
if exclude_filename is not None:
158
if isinstance(exclude_filename, str):
0 commit comments