Skip to content

Commit 947e179

Browse files
authored
Update alphaomegarawio.py
fix invalid escape sequence DeprecationWarning
1 parent d07a47b commit 947e179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

neo/rawio/alphaomegarawio.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
This module expect default channel names from the AlphaOmega record system (RAW
55
###, SPK ###, LFP ###, AI ###,…).
66
7-
This module reads all \*.mpx files in a directory (not recursively) by default.
8-
If you provide a list of \*.lsx files only the \*.mpx files referenced by those
9-
\*.lsx files will be loaded.
7+
This module reads all *.mpx files in a directory (not recursively) by default.
8+
If you provide a list of *.lsx files only the *.mpx files referenced by those
9+
*.lsx files will be loaded.
1010
1111
The specifications are mostly extracted from the "AlphaRS User Manual V1.0.1.pdf"
1212
manual provided with the AlphaRS hardware. The specifications are described in

0 commit comments

Comments
 (0)