Skip to content

Commit 227c0de

Browse files
committed
forgot comma
1 parent dd8b7f0 commit 227c0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(self, dirname="", load_sync_channel=False, load_channel_location=Fa
115115
if load_sync_channel:
116116
warn(
117117
"The load_sync_channel=True option is deprecated and will be removed in version 0.15 \n"
118-
"The sync channel is now loaded as a separate stream by default and should be accessed as such. "
118+
"The sync channel is now loaded as a separate stream by default and should be accessed as such. ",
119119
DeprecationWarning, stacklevel=2
120120
)
121121
self.load_channel_location = load_channel_location

0 commit comments

Comments
 (0)