We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f890558 commit a387637Copy full SHA for a387637
1 file changed
tutorials/source-modeling/plot_visualize_stc.py
@@ -30,7 +30,7 @@
30
fname_stc = os.path.join(sample_dir, 'sample_audvis-meg')
31
32
###############################################################################
33
-# Then, we read the stc from file.
+# Then, we read the stc from file:
34
stc = mne.read_source_estimate(fname_stc, subject='sample')
35
36
0 commit comments