Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changes/dev/13803.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix placeholder text in :class:`mne.io.RawEyelink` docstring, by :newcontrib:`Siri Ananya Yallapragada`.
1 change: 1 addition & 0 deletions doc/changes/names.inc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@
.. _Simon Kern: https://skjerns.de
.. _Simon Kornblith: https://simonster.com
.. _Simon M. Hofmann: https://github.com/SHEscher
.. _Siri Ananya Yallapragada: https://github.com/Lyra0710
.. _Sondre Foslien: https://github.com/sondrfos
.. _Sophie Herbst: https://github.com/SophieHerbst
.. _Stanislas Chambon: https://github.com/Slasnista
Expand Down
2 changes: 1 addition & 1 deletion mne/io/eyelink/eyelink.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def read_raw_eyelink(

@fill_doc
class RawEyelink(BaseRaw):
"""Raw object from an XXX file.
"""Raw object from an ``.asc`` file.

Parameters
----------
Expand Down