Skip to content

Commit

Permalink
FIX: Link
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 4, 2023
1 parent 214a505 commit 4a1674c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/bem.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ def make_bem_solution(surfs, *, solver="mne", verbose=None):
surfs : list of dict
The BEM surfaces to use (from :func:`mne.make_bem_model`).
solver : str
Can be ``'mne'`` (default) to use MNE-Python, or ``'openmeeg'`` to use
the :doc:`OpenMEEG <openmeeg:index>` package.
Can be ``'mne'`` (default) to use MNE-Python, or ``'openmeeg'`` to use the
`OpenMEEG <https://openmeeg.github.io>`__ package.
.. versionadded:: 1.2
%(verbose)s
Expand Down

0 comments on commit 4a1674c

Please sign in to comment.