Skip to content

Commit 11941a4

Browse files
committed
oops
1 parent fb2d9a6 commit 11941a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_read_files_neo_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Now we can create our reader and read some data
2424

2525
# create a reader
26-
reader = neo.io.PlexonIO(filename="4chDemoPlx.plx")
26+
reader = neo.io.PlexonIO(filename="4chDemoPLX.plx")
2727
# read the blocks
2828
blks = reader.read(lazy=False)
2929
print(blks)

0 commit comments

Comments
 (0)