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 e0269c2 commit d9c96b0Copy full SHA for d9c96b0
neo/rawio/neuralynxrawio/neuralynxrawio.py
@@ -160,7 +160,7 @@ def __init__(
160
else:
161
exclude_filenames = exclude_filename
162
warnings.warn(
163
- "`exclude_filename` is deprecated and will be removed in v1.0. Please use `exclude_filenames` instead"
+ "`exclude_filename` is deprecated and will be removed in version 1.0. Please use `exclude_filenames` instead"
164
)
165
166
if include_filenames is None:
0 commit comments