Skip to content

Commit e4a88d3

Browse files
committed
fix typo
1 parent 433da3d commit e4a88d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne_rsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .folds import create_folds
1010

1111
# This function is useful to have nearby
12-
urom scipy.spatial.distance import squareform
12+
from scipy.spatial.distance import squareform

0 commit comments

Comments
 (0)