Skip to content

Commit 9de13ce

Browse files
Merge pull request #1276 from zm711/fix-escape-character
Fix DeprecationWarning during Testing due to invalid escape character
2 parents d07a47b + 947e179 commit 9de13ce

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)