Skip to content

Commit 7951a43

Browse files
committed
fix xdawntransformer docstring
1 parent a57934b commit 7951a43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mne/decoding/xdawn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
from ..decoding._covs_ged import _xdawn_estimate
1313
from ..decoding._mod_ged import _xdawn_mod
1414
from ..decoding.base import _GEDTransformer
15-
from ..utils import _validate_type
15+
from ..utils import _validate_type, fill_doc
1616

1717

18+
@fill_doc
1819
class XdawnTransformer(_GEDTransformer):
1920
"""Implementation of the Xdawn Algorithm compatible with scikit-learn.
2021
@@ -24,7 +25,7 @@ class XdawnTransformer(_GEDTransformer):
2425
response with respect to the non-target response. This implementation is a
2526
generalization to any type of event related response.
2627
27-
.. note:: _XdawnTransformer does not correct for epochs overlap. To correct
28+
.. note:: XdawnTransformer does not correct for epochs overlap. To correct
2829
overlaps see ``Xdawn``.
2930
3031
Parameters
@@ -68,7 +69,6 @@ class XdawnTransformer(_GEDTransformer):
6869
6970
.. versionadded:: 1.10
7071
71-
7272
Attributes
7373
----------
7474
classes_ : array, shape (n_classes)

0 commit comments

Comments
 (0)