Skip to content

Commit 76f9e79

Browse files
semicolon in line 43 removed
1 parent 4be01d4 commit 76f9e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In Matlab:
4040
In Python:
4141
```Python
4242
from spm import *
43-
spm('defaults', 'eeg');
43+
spm('defaults', 'eeg')
4444
```
4545

4646
### 2. Constructing objects

0 commit comments

Comments
 (0)