Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Sep 17, 2024
1 parent 185d6c7 commit 41f6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Here are a couple of tips to help you write reliable tests:
A :class:`~mne_lsl.stream.StreamLSL` or :class:`~mne_lsl.player.PlayerLSL` have
underlying LSL inlets and outlets. Don't forget to call
:meth:`mne_lsl.stream.StreamLSL.disconnect` followed by
:class:`mne_lsl.player.PlayerLSL.stop` at the end of your test.
:meth:`mne_lsl.player.PlayerLSL.stop` at the end of your test.

- If you need to create :class:`~mne_lsl.lsl.StreamInlet` or
:class:`~mne_lsl.lsl.StreamOutlet`
Expand Down

0 comments on commit 41f6b13

Please sign in to comment.